chore: added static assets
eb950fa7
10 file(s) · +9 −0
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
Binary file — no preview.
| 1 | + | {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} |
| 7 | 7 | <link rel="stylesheet" href="/static/styles.css" /> |
|
| 8 | 8 | <title>Feeds</title> |
|
| 9 | 9 | <meta name="description" content="Try out RSS feeds" /> |
|
| 10 | + | <link rel="icon" type="image/x-icon" href="/static/favicon.ico" /> |
|
| 11 | + | <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png" /> |
|
| 12 | + | <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png" /> |
|
| 13 | + | <link rel="apple-touch-icon" href="/static/apple-touch-icon.png" /> |
|
| 14 | + | <link rel="icon" type="image/png" sizes="192x192" href="/static/android-chrome-192x192.png" /> |
|
| 15 | + | <link rel="icon" type="image/png" sizes="512x512" href="/static/android-chrome-512x512.png" /> |
|
| 16 | + | <link rel="manifest" href="/static/site.webmanifest" /> |
|
| 10 | 17 | <meta property="og:url" content="{{.BaseURL}}" /> |
|
| 11 | 18 | <meta property="og:type" content="website" /> |
|
| 12 | 19 | <meta property="og:title" content="Feeds" /> |
|
| 13 | 20 | <meta property="og:description" content="Try out RSS feeds" /> |
|
| 21 | + | <meta property="og:image" content="{{.BaseURL}}/static/og.png" /> |
|
| 14 | 22 | </head> |
|
| 15 | 23 | <body> |
|
| 16 | 24 | <div class="header"> |