]> Untitled Git - lemmy.git/blob - ui/src/index.html
add apple-touch-icon
[lemmy.git] / ui / src / index.html
1 <html lang="en">
2
3 <head>
4         <!-- Required meta tags -->
5         <meta charset="utf-8">
6         <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7         <link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
8         <link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />
9
10
11         <title>Dofollow Links - Upvotocracy</title>
12         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
13   <script src="https://cdnjs.cloudflare.com/ajax/libs/sortable/0.8.0/js/sortable.min.js"></script>
14 <!-- Global site tag (gtag.js) - Google Analytics -->
15         <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2359053-86"></script>
16         <script>
17                 window.dataLayer = window.dataLayer || [];
18                 function gtag(){dataLayer.push(arguments);}
19                 gtag('js', new Date());
20
21                 gtag('config', 'UA-2359053-86');
22         </script>
23 </head>
24
25 <body>
26         <div id="app"></div>
27         $bundles
28 </body>
29
30 </html>