summaryrefslogtreecommitdiff
path: root/public/template.html
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-09-14 16:03:40 -0500
committerBlaise Thompson <blaise@untzag.com>2019-09-14 16:03:40 -0500
commit1aaadf15d5fedc8d8f3b6cdbadf09ac8c8d5dbea (patch)
tree3a41d3dc9a1eff78d9dc89369ebf2b77436a781d /public/template.html
parent9cdb80bda84a942b7e416ce3f3a8f7c3ebbd4ef4 (diff)
refactor
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>