1
Fork 0

Templating system

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
prescientmoon 2024-10-31 16:30:32 +01:00
parent 9ffac14e2b
commit 10769956cf
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
7 changed files with 443 additions and 161 deletions

View file

@ -1,30 +0,0 @@
<!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>