summaryrefslogtreecommitdiff
path: root/templates/template.html
blob: a4e8c287ceecb0e76a5c059c4c737bbf2e6c8d12 (plain)
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
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta http-equiv="Cache-control" content="public">
		<meta name="description" content="This is the personal website for the real Jacob McDonnell.
		Feel free to look around, you might find something interesting."/>
		<meta name="author" content="Jacob McDonnell"/>
		<meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/>
		<title>Jacob McDonnell</title>
		<link href="/css/main.css" rel="stylesheet" type="text/css">
		<link href="/favicon.ico" rel="icon" sizes="any">
	</head>
	<body>
		<ul class="topBar">
			<li class="topLink"><a href="/">home</a></li>
			<li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
			<li class="topLink"><a href="/articles">articles</a></li>
		</ul>
		<div class="main">
			{{body|safe}}
		</div>
	</body>
</html>