-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
34 lines (29 loc) · 1.09 KB
/
work.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
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Redirecting...</title>
<link rel="icon" href="/assets/favicon.png" type="image/png">
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- redirect -->
<meta http-equiv="refresh" content="0;url=https://tallneil.notion.site/portfolio?pvs=4">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W5Y2CMZYTW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W5Y2CMZYTW');
</script>
<!-- redirect -->
<script>
window.location.replace("https://tallneil.notion.site/portfolio?pvs=4");
</script>
</head>
<body>
<div class="main">
<p>If you haven't been redirected, <a class="underline" href="https://tallneil.notion.site/portfolio?pvs=4">try again</a>.</p>
</div>
</body>
</html>