summaryrefslogtreecommitdiff
path: root/includes/head.php
blob: a32887cef6b88d0689c041aca4cef429bf31b2ba (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
<!DOCTYPE html>
<html lang="en-US">

<head>
	<title>Adam Carpenter (53hornet)</title>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<meta property="og:description" content="The World Wide Web pages of Adam Carpenter" />
	<meta property="og:image" content="/assets/53hornet.svg" />
	<meta property="og:site_name" content="53hor.net" />
	<meta property="og:title" content="Adam Carpenter (53hornet)" />
	<meta property="og:type" content="website" />
	<meta property="og:url" content="https://www.53hor.net" />

	<style>
		<?php
		include('./includes/common.css');
		include('./includes/www.css');
		?>
	</style>

	<link rel="icon" href="/assets/53hornet.svg" type="image/svg+xml">
</head>

<body>

	<header>
		<a class="printhide" href="#menu">
			&#9662; Menu
		</a>
	</header>

	<article>