summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-22 01:29:32 -0500
committerStephen Enders <senders@spotify.com>2019-01-22 01:29:32 -0500
commit4ae14de7e3da2d08a8a192b2ed31892293b8fb7a (patch)
treedbd71fd93bd8eb6edb1f8aa71403d4172356439b /templates/page.html
parentdf5d50d0b2ec1fd9e7cc67f3c5ebdd96ad100ab0 (diff)
Added error.html
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
new file mode 100644
index 0000000..18bddf6
--- /dev/null
+++ b/templates/page.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
+ <title>senders.io - {PAGE}</title>
+ <link rel='stylesheet' type='text/css' href='/index.css'>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+ <div id='header'>
+ <a class='title' href='/'>senders.io</a>
+ <nav>
+ <a href="/resume">Resume</a> <a href="/blog">Blog</a> <a href=
+ "https://github.com/s3nd3r5">Github</a>
+ </nav>
+ </div>
+ <div id='body'></div>
+</body>
+</html>