-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (41 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
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
<title>Snowball Fight</title>
<link rel="stylesheet" type="text/css" href="content/css/style.css" />
<link rel="shortcut icon" href="content/Snowball.ico" />
</head>
<body>
<div id="wrap">
<div id="header">
<center><img src="content/images/logo.png" /></center>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Trailer</a></li>
<li><a href="about.html">More About The Game</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="team.html">Credits</a></li>
</ul>
</div>
<div id="main">
<center>
<p>
<object width="600" height="465">
<param name="movie" value="https://www.youtube.com/v/neSLIz7V-_Q?fs=1&hl=en_US&hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/neSLIz7V-_Q?fs=1&hl=en_US&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="465"></embed>
</object>
</p>
</center>
</div>
<div id="footer">
<p>Epic, Epic Games, Unreal, Unreal Development Kit, Unreal Engine, Unreal Technology and the Unreal
Development Kit logo are trademarks or registered trademarks of Epic Games, Inc. in the United States of America and elsewhere.</p>
</div>
</div>
</body>
</html>