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

<head>
	<title>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/style.css'); ?>
	</style>

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

<body>

	<?php include('nav.php'); ?>
	<article>