Initial commit

This commit is contained in:
2020-10-02 08:06:04 +02:00
parent 25708d01db
commit 1fd648bc4a
17 changed files with 567 additions and 1 deletions

10
templates/test.tmpl.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Test</title>
</head>
<body>
[[TEST]]
</body>
</html>