summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
blob: 933cdc68486be90d1202af8541ae6a6f643f376f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">

<head>
	<!-- Required meta tags -->
  <meta name="Description" content="Lemmy">
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <!-- Icons -->
	<link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
	<link rel="apple-touch-icon" href="/static/assets/apple-touch-icon.png" />

  <!-- Styles -->
  <link rel="stylesheet" type="text/css" href="/static/assets/css/tribute.css" />
  <link rel="stylesheet" type="text/css" href="/static/assets/css/themes/darkly.min.css" id="darkly" />
  <link rel="stylesheet" type="text/css" href="/static/assets/css/main.css" />

  <!-- Scripts -->
  <script async src="/static/assets/libs/sortable/sortable.min.js"></script>
</head>

<body>
	<div id="app"></div>
	$bundles
</body>

</html>