-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (20 loc) · 995 Bytes
/
index.html
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-gb">
<head>
<title>Home. | James Musson</title>
<link rel="stylesheet" type="text/css" href="styles/style.css" >
<link rel="shortcut icon" type="image/png" href="favicon.png?v=5">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=5" >
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<meta charset="utf-8" >
<meta name="description" content="The website of James Musson, fan of cornflakes with custard.">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link rel="me" href="https://mastodon.world/@jtmusson">
</head>
<div class="main">
<table class="site_header">
<tr><td><h1>James Musson</h1></td><td><img src="favicon.png" height="40" class="right icon" alt="JTM"></td></tr></table>
<p class="byline">Cornflakes and custard. Together.</p>
<p>Send me an email: <a href="mailto:[email protected]" title="Send me an email">[email protected]</a></p>
</div>
</html>