-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
32 lines (32 loc) · 1.5 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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Mission in Snowdriftland</title>
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body bgcolor="#BDEAF0">
<style>
body {
background-image: url("img/mis_landscape_bg.png");
background-repeat: repeat-x;
}
</style>
<center><img src="img/header.png" class="header"></center>
<div>
<table width="100%" height="100%">
<tr>
<td align="center" valign="top">
<object type="application/x-shockwave-flash" id="stage" data="misnowdriftland_final.swf" width="900" height="578">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="misnowdriftland_final.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<a target="_blank" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><img src="img/noflash.jpg" alt="GET FLASH PLAYER" height="578" width="900" border="0" /></a>
</object>
</td>
</tr>
</table>
</div>
</body>
</html>