mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
8e96507cb1
- Fixes #839 - Fixes #847
31 lines
1.4 KiB
HTML
Vendored
31 lines
1.4 KiB
HTML
Vendored
<!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/toastify.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/choices.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/tippy.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/themes/litely.min.css" id="default-light" media="(prefers-color-scheme: light)" />
|
|
<link rel="stylesheet" type="text/css" href="/static/assets/css/themes/darkly.min.css" id="default-dark" media="(prefers-color-scheme: no-preference), (prefers-color-scheme: dark)" />
|
|
<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>
|
|
<noscript>JavaScript is required for this page.</noscript>
|
|
<div id="app"></div>
|
|
$bundles
|
|
</body>
|
|
</html>
|