aboutsummaryrefslogtreecommitdiff
path: root/con/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'con/header.html')
-rw-r--r--con/header.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/con/header.html b/con/header.html
new file mode 100644
index 0000000..ee16905
--- /dev/null
+++ b/con/header.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/icon.png">
+ <title>hitler.rip</title>
+</head>
+<body>
+
+ <header>
+ <nav>
+
+ <section class="left">
+ <a href="/">
+ <img src="/icon.png" alt="Hammer and Sickle" />
+ <h1>hitler.rip</h1>
+ </a>
+ </section>
+
+ <section class="right">
+ [
+ <a href="/">home</a> /
+ <a href="/articles/">articles</a>
+ ]
+ </section>
+
+ </nav>
+ </header>
+
+ <main><div>
+
+ <!-- END OF HEADER FILE -->
+