diff options
Diffstat (limited to 'template/main.tpl.html')
-rw-r--r-- | template/main.tpl.html | 11 |
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>
|