-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (31 loc) · 1.31 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
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<div class="box">
<head>
<title>McDonagh Corp</title>
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="stylesheet" type="text/css" href="/tabs.css">
<link rel="stylesheet" type="text/css" href="/page.css">
<link rel="icon" href="/myicon.png">
<a href="//www.mcdonaghcorp.com"><center style = "font-size:100px"><font face="impact">McDonagh Corp</font></center></a>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109033178-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109033178-1');
</script>
</head>
<body>
<br>
<center><h1>Sorry :/</h1>
<br>
<center>
<h2>It seems like you were directed to a page that doesn't exist.</h2>
<h2>Please contact me at <b>tom@mcdonaghcorp.com</b> or <b>tmcdonagh12@gmail.com</b> with what page you were trying to access and I will try to fix it as fast as possible.</h2>
<h2>You can hit the big "McDonagh Corp" name at the top to be redirected back to the home page</h2>
</center>
</body>
</div>
</html>