summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100644
index 0000000..f21a528
--- /dev/null
+++ b/template.html
@@ -0,0 +1,18 @@
1<!DOCTYPE html>
2<html lang=en>
3 <head>
4 <title></title>
5 <meta charset="utf-8"/>
6 <link rel="shortcut icon" href="favicon.ico"/>
7 <link rel='stylesheet' type='text/css' href='style.css'/>
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 </head>
10<body>
11 <header><h1 class=pagetop>Placeholder</h1></header>
12 <main>
13 This is a placeholder page.
14 </main>
15 <footer><a href=index.html>www.chudnick.com</a></footer>
16</body>
17</html>
18