aboutsummaryrefslogtreecommitdiff
path: root/header.html
blob: 6f853bfbba9fedef208359acfec85539e37b8cd4 (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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="public/styles.css">
	<title>Justine Smithies blog{{TITLE}}</title>
	<link rel="icon" href="public/favicon.ico" type="image/x-icon" sizes="32x32">
	<link href="https://justine.smithies.me.uk/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts">
</head>
<body>
<header>
<nav>
	<ul>
		<li><img src="public/Justine-Unix-Surrealism.png" alt="Justine Unix Surrealism" style="width:140px;height:100px;"></li>
    </ul>
    <ul>
		<li><h1>Justine Smithies blog</h1></li>
    </ul>
    <ul>
        <li style="padding-bottom: 10px;">Adventures of a Linux, BSD chick</li>
	</ul>
	<ul>
		<li><a href="index.html">Home</a></li>
		<li><a href="about.html">About</a></li>
	</ul>
</nav>
</header>
<main>