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
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (55 loc) · 1.36 KB
/
index.html
File metadata and controls
68 lines (55 loc) · 1.36 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
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>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">
<div id="homelogo">
<img src="assets/logo70033.png" width="700" height="152" >
</div>
<p class="instruct">
Hello!
Hover here to EXPLORE</p>
<div id="hand">
</div>
</div>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>