2019-08-17 19:11:22 +00:00
|
|
|
<!DOCTYPE html>
|
2019-03-21 01:22:31 +00:00
|
|
|
<html lang="en">
|
2020-01-25 15:19:37 +00:00
|
|
|
<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">
|
2019-03-21 01:22:31 +00:00
|
|
|
|
2020-01-25 15:19:37 +00:00
|
|
|
<!-- 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" />
|
2019-10-15 19:21:27 +00:00
|
|
|
|
2020-01-25 15:19:37 +00:00
|
|
|
<!-- Styles -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/tribute.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/toastify.css" />
|
2020-02-12 17:12:19 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/selectr.min.css" />
|
2020-03-03 07:29:45 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/tippy.css" />
|
2020-01-25 15:19:37 +00:00
|
|
|
<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" />
|
2019-10-15 19:21:27 +00:00
|
|
|
|
2020-01-25 15:19:37 +00:00
|
|
|
<!-- Scripts -->
|
|
|
|
<script async src="/static/assets/libs/sortable/sortable.min.js"></script>
|
|
|
|
</head>
|
2019-03-21 01:22:31 +00:00
|
|
|
|
2020-01-25 15:19:37 +00:00
|
|
|
<body>
|
|
|
|
<noscript>JavaScript is required for this page.</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
$bundles
|
|
|
|
</body>
|
2019-03-21 01:22:31 +00:00
|
|
|
</html>
|