Files
timer/template/main.tpl.html
2024-04-08 00:12:48 +02:00

12 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Cool timer app</title>
<link rel="stylesheet" href="/static/style.css" />
</head>
<body>
Hello
{{ . }}
</body>
</html>