summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 23:23:23 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-08 23:23:23 +0200
commitc60dd3357fc84e14795f5f864e9fa9ce7150179f (patch)
treee642f70b89674b0f4ef88986a98001f8be8e24db /template
parent01e96380a4e48b5d338c71fad690382124195b17 (diff)
Some work
Diffstat (limited to 'template')
-rw-r--r--template/main.tpl.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/template/main.tpl.html b/template/main.tpl.html
deleted file mode 100644
index 020a259..0000000
--- a/template/main.tpl.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Cool timer app</title>
- <link rel="stylesheet" href="/static/style.css" />
-</head>
-<body>
- Hello
- {{ . }}
-</body>
-</html>