initial commit

This commit is contained in:
2021-04-30 21:55:13 +01:00
commit e2413adfaa
6 changed files with 140 additions and 0 deletions

10
templates/index.html Normal file
View File

@@ -0,0 +1,10 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
<link rel="stylesheet" type="text/css" href="/styles.css" />
<title>$title$</title>
</head>
<body>
$body$
</body>