44 lines
1 KiB
HTML
44 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Echoes Behind Closed Doors</title>
|
|
|
|
<!-- favicons -->
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/png/apple-touch-icon.png"
|
|
/>
|
|
<link rel="icon" type="image/x-icon" href="/ico/favicon.ico" />
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/png/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/png/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<!-- TODO: social share -->
|
|
|
|
<!-- franken-ui -->
|
|
<link rel="stylesheet" href="/css/styles.min.css" />
|
|
<script
|
|
type="module"
|
|
src="/js/franken-ui.js"
|
|
></script>
|
|
</head>
|
|
<body class="bg-background text-foreground">
|
|
<main>
|
|
hi bro
|
|
</main>
|
|
<script type="application/javascript" src="/js/auth.js"></script>
|
|
</body>
|
|
</html>
|