-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path404.html
More file actions
30 lines (28 loc) · 1.16 KB
/
404.html
File metadata and controls
30 lines (28 loc) · 1.16 KB
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
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124591787-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124591787-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="w3.css">
<head>
<body>
<div align="center">
<title>404 Page not Found!</title>
<h1>Something Went Wrong! 404</h1>
<h3>Maybe it was a bad link, or perhaps this page is down.</h3>
<h3>If you believe it was our fault, visit our contact us page and we will do our best to fix it.</h3>
<a href"index.html"><img src="FlashMath1.github.io/untitled50.png"alt="<H1>FLASHMATH1</H1>" width="500" height="100"></a>
<div class="w3-container"> <a href="http://flashmath1.github.io" class="w3-button w3-black">Click Here to Go back to Flashmath1.</a> </div>
</div>
<style>
body {
background: url(https://www.upstagedowntown.com/wp-content/uploads/2014/07/Green-Background-Image-CSS-Wallpaper-300x225.png);
}
</style>
</body>
</html>