Initial Commit
This commit is contained in:
commit
d545e3b85f
15 changed files with 148 additions and 0 deletions
14
templates/default.html
Normal file
14
templates/default.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link rel="stylesheet" href="/css/pico.min.css" type="text/css"/>
|
||||
<title>$title$</title>
|
||||
</head>
|
||||
<body>
|
||||
<main class="container">
|
||||
$body$
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue