forked from hexbear-collective/hexbear-frontend
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.5 KiB
59 lines
2.5 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- Primary Meta Tags -->
|
|
<title>Hexbear</title>
|
|
<meta name="title" content="{{title}}">
|
|
<meta name="description" content="{{description}}">
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="{{url}}">
|
|
<meta property="og:title" content="{{title}}">
|
|
<meta property="og:description" content="{{description}}">
|
|
<meta property="og:image" content="{{image}}">
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:url" content="{{url}}">
|
|
<meta property="twitter:title" content="{{title}}">
|
|
<meta property="twitter:description" content="{{description}}">
|
|
<meta property="twitter:image" content="{{image}}">
|
|
|
|
<!-- Icons -->
|
|
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<!-- Styles -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato:[email protected];700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="/css/tribute.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/toastify.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/choices.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/tippy.css" />
|
|
<link rel="stylesheet" type="text/css" href="/css/themes/litely.min.css" id="default-light" />
|
|
<link rel="stylesheet" type="text/css" href="/css/themes/darkly.min.css" id="default-dark"
|
|
media="(prefers-color-scheme: no-preference), (prefers-color-scheme: dark), (prefers-color-scheme: light)" />
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
|
<!-- <link rel="stylesheet" type="text/css" href="/custom.css" /> -->
|
|
<!-- <link rel="stylesheet" type="text/css" href="/variables.css" /> -->
|
|
|
|
<!-- Scripts -->
|
|
<script src="https://hcaptcha.com/1/api.js"></script>
|
|
<script async src="/libs/sortable/sortable.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
|
|
</html>
|