initial commit

This commit is contained in:
davidovski 2021-08-08 03:59:47 +01:00 committed by davidovski
commit e0afc82688
10 changed files with 161 additions and 0 deletions

10
templates/page.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>%name%</title>
</head>
<body>
%content%
</body>
</html>