-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
23 lines (19 loc) · 1.05 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description" content="Hello! I'm Jack Webb, an Android Developer and Computer Science graduate working at Moneybox in London.">
<title>Jack Webb — Android Developer</title>
<link rel="stylesheet" href="main.css">
<script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"jack-webb",utcoffset:"0"}))};sessionStorage.setItem("_swa","1");</script>
</head>
<body style="height:100%">
<div style="margin: 5em auto;text-align: center;">
<strong>There's nothing here</strong>
<br />
Go to <a style="text-decoration-line:underline;" href=".">jackwebb.me</a>
</div>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;500;700&display=swap" rel="stylesheet">
</body>
</html>