This repository was archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
68 lines (55 loc) · 1.48 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="EditRegion4" -->
<title>404 - ODPlayground</title><!-- InstanceEndEditable -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="fonts/stylesheet.css">
<!-- InstanceBeginEditable name="headlink" -->
<!-- InstanceEndEditable -->
</head>
<body onload="initialize()">
<div id="head">
<div id="headwrap">
<!-- InstanceBeginEditable name="head" -->
<div id="logoborder">
<div id="menu">
<a href="earthnetic/index.html">
<div class="menuitem">
<div id="earthlogo"> </div>
</div>
</a>
<a href="magnets/index.html">
<div class="menuitem">
<div id="maglogo"> </div>
</div>
</a>
<a href="corrosion/index.html">
<div class="menuitem">
<div id="corrosionlogo"> </div>
</div>
</a>
<a href="index.html">
<div class="menuitem">
<div id="headlogo"> </div>
</div>
</a>
</div>
</div>
<!-- InstanceEndEditable -->
</div> </div>
<!-- InstanceBeginEditable name="content" -->
<div id="contain">
<p class="err">
Umm, it appears this page is missing, sorry about that, but please be distracted by what's below while we run away :)
</p>
<div id="errimg">
<a href="http://www.youtube.com/watch?v=1EBfxjSFAxQ">
<img src="assets/404.png" width="500" height="277" >
</a>
</div>
</div>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>