aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100644
index 0000000..f85cd94
--- /dev/null
+++ b/template.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title></title>
+ <link rel="stylesheet" href="/stylesheet.css">
+ </head>
+ <body>
+ <h2>
+ <nav>
+ <a href="/">HOME</a>
+ /
+ <a href="..">UP</a>
+ </nav>
+ </h2>
+
+ <article></article>
+
+ <hr>
+ <address><a href="contact.html">contact</a></address>
+</html>