summaryrefslogtreecommitdiff
path: root/public/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/template.html')
-rw-r--r--public/template.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/template.html b/public/template.html
new file mode 100644
index 0000000..a0ede0e
--- /dev/null
+++ b/public/template.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>TITLE</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>TITLE</h1>
+
+
+</body>
+</html>