summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 00:12:48 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 00:12:48 +0200
commit01e96380a4e48b5d338c71fad690382124195b17 (patch)
treedc40f7d639fda7c77439bd935d497503d241cfe6 /template
Initial commit
Diffstat (limited to 'template')
-rw-r--r--template/main.tpl.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/main.tpl.html b/template/main.tpl.html
new file mode 100644
index 0000000..020a259
--- /dev/null
+++ b/template/main.tpl.html
@@ -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>