diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-08 00:12:48 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-08 00:12:48 +0200 |
commit | 01e96380a4e48b5d338c71fad690382124195b17 (patch) | |
tree | dc40f7d639fda7c77439bd935d497503d241cfe6 /template/main.tpl.html |
Initial commit
Diffstat (limited to 'template/main.tpl.html')
-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>
|