aboutsummaryrefslogtreecommitdiff
path: root/con/header.html
blob: ee169056a6eb0f073e52689da503de19d07453ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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 -->