]> Untitled Git - lemmy.git/blob - ui/src/index.html
Adding a toaster to replace alerts. Fixes #457
[lemmy.git] / ui / src / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5         <!-- Required meta tags -->
6   <meta name="Description" content="Lemmy">
7         <meta charset="utf-8">
8         <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9
10   <!-- Icons -->
11         <link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
12         <link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />
13
14   <!-- Styles -->
15   <link rel="stylesheet" type="text/css" href="/static/assets/css/tribute.css" />
16   <link rel="stylesheet" type="text/css" href="/static/assets/css/toastify.css" />
17   <link rel="stylesheet" type="text/css" href="/static/assets/css/themes/darkly.min.css" id="darkly" />
18   <link rel="stylesheet" type="text/css" href="/static/assets/css/main.css" />
19
20   <!-- Scripts -->
21   <script async src="/static/assets/libs/sortable/sortable.min.js"></script>
22 </head>
23
24 <body>
25         <div id="app"></div>
26         $bundles
27 </body>
28
29 </html>