Templating system
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
9ffac14e2b
commit
10769956cf
7 changed files with 443 additions and 161 deletions
public
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue