Initial commit

This commit is contained in:
2024-04-08 00:12:48 +02:00
commit 01e96380a4
6 changed files with 67 additions and 0 deletions

11
template/main.tpl.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Cool timer app</title>
<link rel="stylesheet" href="/static/style.css" />
</head>
<body>
Hello
{{ . }}
</body>
</html>