-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
26 lines (24 loc) · 932 Bytes
/
404.html
File metadata and controls
26 lines (24 loc) · 932 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found - Samuel's Pages</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LWDMK3MSCV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LWDMK3MSCV');
</script>
</head>
<body>
<h1>404</h1>
<h2>Not Found</h2>
<p>The page you were looking for was not found. Make sure it's spelled correctly. If it is, you can <a href="https://forms.gle/oU237B8RYKpx83Ff6" target="_blank">tell me about it here</a>. Make sure you mention this URL: <code class="page"></code></div><br>
<a href="index.htm">Go to the homepage</a><br><br>
<a href="#" onclick="window.history.back();">Go back to the previous page</a>
</body>
<script>
const pageDisplay = document.querySelector('.page')
pageDisplay.innerHTML = window.location.href
</script>