|
6 | 6 | <meta name="title" content="GitHub Audio"> |
7 | 7 | <meta name="description" content="Listen to music generated by events happening across GitHub"> |
8 | 8 | <meta name="keywords" content="github, github music, github events, github visualization, listen, recent changes, sound, music, visualization"> |
| 9 | + <meta name='summary' content='Events on GitHub, such as pushing commits, creating pull requests, creating issues, etc. are captured and converted to music notes based on the size of the data.'> |
| 10 | + |
9 | 11 | <meta name="og:title" content="GitHub Audio"> |
10 | 12 | <meta name="og:url" content="https://github.audio"> |
11 | 13 | <meta name="og:image" content="https://github.audio/static/public/images/electric-guitar.png"> |
12 | 14 | <meta name="og:description" content="Listen to music generated by events happening across GitHub"> |
13 | 15 |
|
14 | | - |
15 | 16 | <meta name="twitter:card" content="summary" /> |
16 | 17 | <meta name="twitter:site" content="https://github.audio" /> |
17 | 18 | <meta name="twitter:title" content="GitHub Audio" /> |
18 | 19 | <meta name="twitter:description" content="Listen to music generated by events happening across GitHub" /> |
19 | 20 | <meta name="twitter:image" content="https://github.audio/static/public/images/electric-guitar.png" /> |
20 | 21 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
21 | 22 |
|
| 23 | + <meta http-equiv='Expires' content='0'> |
| 24 | + <meta http-equiv='Pragma' content='no-cache'> |
| 25 | + <meta http-equiv='Cache-Control' content='no-cache'> |
| 26 | + <meta http-equiv='imagetoolbar' content='no'> |
| 27 | + |
22 | 28 | <title>GitHub Audio</title> |
| 29 | + <link rel="mask-icon" href="/static/public/images/electric-guitar.svg" color="orange"> |
23 | 30 | <link rel="shortcut icon" type="image/png" href="/static/public/images/favicon.png"/> |
24 | 31 | <link rel="stylesheet" href="/static/public/css/main.css"/> |
25 | 32 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/odometer/0.4.7/themes/odometer-theme-default.css" /> |
|
0 commit comments