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.
29 lines
1.2 KiB
29 lines
1.2 KiB
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00aba9" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,initial-scale=1.0,minimum-scale=1,maximum-scale=1,user-scalable=0"
|
|
/>
|
|
<meta name="msapplication-TileColor" content="#00aba9" />
|
|
<script src="./cdn/tokenListener.js"></script>
|
|
<script>
|
|
;(function () {
|
|
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
|
const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
|
|
if (setting === 'dark' || (prefersDark && setting !== 'light'))
|
|
document.documentElement.classList.toggle('dark', true)
|
|
})()
|
|
</script>
|
|
<script type="module" crossorigin src="./static/index-bVOhw2NF.js"></script>
|
|
<link rel="stylesheet" crossorigin href="./static/index-DB_sRdQO.css">
|
|
</head>
|
|
<body class="font-sans">
|
|
<div id="app"></div>
|
|
<noscript> This website requires JavaScript to function properly. Please enable JavaScript to continue. </noscript>
|
|
</body>
|
|
</html>
|