2019-03-21 01:22:31 +00:00
|
|
|
<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">
|
2019-04-06 23:32:11 +00:00
|
|
|
<link rel="shortcut icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
|
2019-04-29 19:31:51 +00:00
|
|
|
<link rel="apple-touch-icon" type="image/svg+xml" href="/static/assets/favicon.svg" />
|
|
|
|
|
2019-03-21 01:22:31 +00:00
|
|
|
|
2019-04-06 05:29:20 +00:00
|
|
|
<title>Lemmy</title>
|
2019-03-21 01:22:31 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
|
2019-04-04 20:00:19 +00:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/sortable/0.8.0/js/sortable.min.js"></script>
|
2019-03-21 01:22:31 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
$bundles
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|