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