-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.58 KB
/
index.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Myth Hunters Splash Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/stylemythsplash.css" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id-"container">
<div id="logo">
<img src="images/logomonsmall.png" />
</div>
<div id="text">
<h1 style="text-decoration:none; font-size: 50px;"><a href="http://homepages.neiu.edu/~ksantiag/CS300Project2/">ENTER</a><h1>
<img src="images/logosplash.png" alt="myth hunters logo" style="width:154px; height:149;"/>
<p><span style="color:blue;">Corporate Headquarters</span></p>
<p>5500 St. Louis Ave., Chicago, IL. 60645</p>
<p>Corporate Telephone</p>
<p>(773) 583-4050</p>
<p>Corporate E-Mail</p>
<p><a href="mailto:[email protected]"><span style="color:white;">[email protected]</span></a></p>
<ul>
<li><a href="http://homepages.neiu.edu/~daorlan1/Project2/project2.html">Dominic</a></li>
<li><a href="http://homepages.neiu.edu/~ksantiag/cs300project2/Project2template.html">Kenny<sup>2</sup></a></li>
<li><a href="http://homepages.neiu.edu/~tsultan1/cs300project2/mytemplate2.html">Tamanna</a></li>
</ul>
</div>
</div>
</body>
</html>