1
Fork 0
moonythm/public/index.html
prescientmoon 9ffac14e2b
Inital setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2024-10-15 08:01:36 +02:00

31 lines
669 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<title>Moonythm</title>
<link rel="stylesheet" href="styles.css" />
<!-- MathML -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/carloskiki/pulldown-latex@0.7.0/styles.min.css"
/>
<link
rel="preload"
href="https://cdn.jsdelivr.net/gh/carloskiki/pulldown-latex@0.7.0/font/"
as="font"
crossorigin="anonymous"
/>
</head>
<body>
$CONTENT
</body>
</html>