Initial commit

This commit is contained in:
Augusto Gunsch
2022-01-14 20:07:31 -03:00
commit 04e73e4d10
7 changed files with 104 additions and 0 deletions

11
templates/base.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css"/>
<title>${title}</title>
</head>
<body>
${content}
</body>
</html>