summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
blob: 2a3e41981cca225c91d7200477508dc36552fa35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html lang="en">

<head>
	<!-- Required meta tags -->
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="shortcut icon" type="image/ico" href="/static/assets/favicon.ico" />

	<title>rust-reddit-fediverse</title>
  <link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
</head>

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

</html>