about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-05 13:25:08 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-05 13:25:08 +0000
commitb3499c7f7dd5cfbe783262ce5b3ca44b29666e15 (patch)
treeb24b8ca907015b56997701e66d39e95b00274f54 /other
parent7db0781ff8a796eb35b256c0f1faa008168bbc73 (diff)
downloadzcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.tar.gz
zcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.zip
new rewritten page
Diffstat (limited to 'other')
-rw-r--r--other/website/default.css158
-rw-r--r--other/website/download.html238
-rw-r--r--other/website/gfx/teesupport_placeholder.pngbin53841 -> 65491 bytes
-rw-r--r--other/website/index.html127
-rw-r--r--other/website/new_default.css89
-rw-r--r--other/website/new_index.html55
-rw-r--r--other/website/src/content_download.html73
-rw-r--r--other/website/src/content_home.html32
-rw-r--r--other/website/src/content_support.html17
-rw-r--r--other/website/src/content_team.html53
-rwxr-xr-xother/website/src/make.sh6
-rw-r--r--other/website/src/make_page.py6
-rw-r--r--other/website/src/template.html30
-rw-r--r--other/website/support.html91
-rw-r--r--other/website/team.html170
15 files changed, 612 insertions, 533 deletions
diff --git a/other/website/default.css b/other/website/default.css
index c27f1a06..b7ae1af9 100644
--- a/other/website/default.css
+++ b/other/website/default.css
@@ -1,64 +1,110 @@
-body {

-	margin-top: 0px;

-	background-image: url();

-	background-repeat: repeat;

-	background-color: #82CDFF;

-	margin-left: 0px;

-	margin-right: 0px;

-	margin-bottom: 0px;

-}

-.brod {

-	color: #666666;

-	font-size: 12px;

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-	line-height: 20px;

-}

-.style6 {

-	font-size: 18px;

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-	color: #627E27;

-	font-weight: bold;

-}

-.style9 {

-	font-size: 18px;

-	font-family: Arial, Helvetica, sans-serif;

-	color: #627E27;

-	font-weight: bold;

-}

-a:link {

-	color: #333333;

-}

-a:visited {

-	color: #333333;

-}

-a:hover {

-	color: #333333;

-}

-a:active {

-	color: #333333;

-}

-.style11 {

-	color: #999999;

-	font-size: 12px;

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-}

-.style16 {
+body {
+	margin-top: 0px;
+	background-image: url(gfx/sun_bg.png);
+	background-repeat: no-repeat;
+	background-color: #82CDFF;
+	margin-left: 0px;
+	margin-right: 0px;
+	margin-bottom: 0px;
+
 	color: #666666;
 	font-size: 12px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	line-height: 20px;
-	font-style: italic;
 }
-

-.style19 {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
+
+div#outer
+{
+	margin-left: auto;
+	margin-right: auto;
+	width: 820px;
+}
+
+.page_header {
+	margin-top: 0px;
+	background-image: url(gfx/top_logo_sun.png);
+	background-repeat: no-repeat;
+	padding-left: 370px;
+	margin-left: 0px;
+	margin-right: 0px;
+	margin-bottom: 0px;
+}
+
+.page_body_top {
+	background: url(gfx/main_bg_sun_top.png) no-repeat top left;
+	height: 40px;
+}
+
+.page_body {
+	background: url(gfx/main_bg_sun.png) repeat-y top left;
+	height: auto;
+	padding-top: 40px;
+	padding-left: 70px;
+	padding-right: 70px;
+	padding-bottom: 40px;
+}
+
+
+.page_image {
+	margin-left: 30px;
+	float: right;
+}
+
+.topic {
+	font-size: 18px;
 	color: #627E27;
+	font-weight: bold;
+}
+
+
+.subtopic {
 	font-size: 14px;
+	color: #627E27;
+}
+
+.normal {
+	font-size: 12px;
+}
+
+.date {
+	color: #666666;
+	font-size: 12px;
+	line-height: 20px;
+	font-style: italic;
+	font-weight: normal;
+}
+
+
+.sign {
+	color: #666666;
+	font-size: 12px;
+	line-height: 20px;
+	font-style: italic;
+	text-align: right;
+}
+
+
+a:link {
+	color: #333333;
+}
+a:visited {
+	color: #333333;
+}
+a:hover {
+	color: #333333;
+}
+a:active {
+	color: #333333;
+}
+
+a:link img {
+	border: none;
+}
+
+a:visited img {
+	border: none;
+}
+
+a:hover img {
+	border: none;
 }
-

-.style20 {

-	font-family: Verdana, Arial, Helvetica, sans-serif;

-	color: #000000;

-	font-size: 14px;

-	font-weight: bold;

-}
\ No newline at end of file
diff --git a/other/website/download.html b/other/website/download.html
index 03a94e0e..f722548d 100644
--- a/other/website/download.html
+++ b/other/website/download.html
@@ -1,136 +1,102 @@
-<!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">

-<head>

-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

-<title>Teewars - Download</title>

-

-<link href="default.css" rel="stylesheet" type="text/css" />

-</head>

-

-<body>

-<table width="100%" height="672" border="0" cellpadding="0" cellspacing="0">

-  <tr>

-    <td width="817" valign="top" background="gfx/sun_bg.png" style="background-repeat:no-repeat" ><table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-      <tr>

-        <td width="1218" height="198" valign="top" background="gfx/top_logo_sun.png"><table width="767" border="0" cellspacing="0" cellpadding="0">

-          <tr>

-            <td><div align="right"><a href="index.html" target="_self"><img src="gfx/menu_home_sun.png" width="77" height="189" border="0" /></a><a href="download.html" target="_self"><img src="gfx/menu_download_sun.png" width="127" height="189" border="0" /></a><a href="support.html" target="_self"><img src="gfx/menu_support_sun.png" width="110" height="189" border="0" /></a><a href="team.html" target="_self"><img src="gfx/menu_team_sun.png" width="80" height="188" border="0" /></a></div></td>

-          </tr>

-        </table></td>

-      </tr>

-      <tr>

-        <td height="40"><a href="news.html"></a><a href="download.html"></a><a href="support.html"></a><img src="gfx/main_bg_sun_top.png" width="817" height="40" /></td>

-      </tr>

-      <tr>

-        <td height="219" valign="top" background="gfx/main_bg_sun.png"><p align="center" class="style11">&nbsp;</p>

-          <table width="687" height="94" border="0" align="center" cellpadding="0" cellspacing="0">

-            <tr>

-              <td width="701" valign="top"><p class="style6">DOWNLOADS</p>

-                <p class="brod">This is the latest version of Teewars.</p>

-                <p class="style9">General notes</p>

-                

-                  <ul class="style16">

-                    <li>An earlier version client cannot connect to a current version server, and vice versa.</li>

-                    <li>Windows binaries are not tested under Microsoft Vista.</li>

-                  </ul>

-                  <p>&nbsp;</p>

-                  <table width="687" border="0" cellpadding="0" cellspacing="0">

-                  <tr>

-                    <td width="281" valign="top"><table border="0" cellpadding="0" cellspacing="0">

-						<!--

-                        <tr>

-                          <td width="244" height="111" background="gfx/tee_windows.png"><table width="224" height="63" border="0" cellspacing="0">

-                            <tr>

-                              <td width="132">&nbsp;</td>

-                              <td width="88" class="style20">&nbsp;</td>

-                            </tr>

-                            <tr>

-                              <td height="21">&nbsp;</td>

-                              <td><span class="style20"><a href="http://www.teewars.com/teewars-0.1.1-win32.zip">Mirror 1</a></span></td>

-                            </tr>

-                            <tr>

-                              <td>&nbsp;</td>

-                              <td><strong class="style20"><a href="http://jmb.mine.nu/~teetow/teewars/teewars-0.1.1-win32.zip">Mirror 2</a></strong></td>

-                            </tr>

-                          </table></td>

-                        </tr>

-                        

-                      </table>                      

-                      <table border="0" cellpadding="0" cellspacing="0">

-                        <tr>

-                          <td width="244" height="111" background="gfx/tee_macosx.png"><table width="224" height="63" border="0" cellspacing="0">

-                              <tr>

-                                <td width="131">&nbsp;</td>

-                                <td width="89" class="style20">&nbsp;</td>

-                              </tr>

-                              <tr>

-                                <td height="21">&nbsp;</td>

-                                <td><span class="style20"><a href="http://www.teewars.com/teewars-0.1.1-osx.zip">Mirror 1</a></span></td>

-                              </tr>

-                              <tr>

-                                <td>&nbsp;</td>

-                                <td><strong class="style20"><a href="http://jmb.mine.nu/~teetow/teewars/teewars-0.1.1-osx.zip">Mirror 2</a></strong></td>

-                              </tr>

-                          </table></td>

-                        </tr>

-                      </table>

-                      <table border="0" cellpadding="0" cellspacing="0">

-                        <tr>

-                          <td width="244" height="111" background="gfx/tee_linux.png"><table width="224" height="63" border="0" cellspacing="0">

-                              <tr>

-                                <td width="126">&nbsp;</td>

-                                <td width="94" class="style20">&nbsp;</td>

-                              </tr>

-                              <tr>

-                                <td height="21">&nbsp;</td>

-                                <td><a href="http://www.teewars.com/teewars-0.1.1-osx.zip" class="style20">Mirror 1</a></td>

-                              </tr>

-                              <tr>

-                                <td>&nbsp;</td>

-                                <td><a href="http://www.teewars.com/teewars-0.1.1-osx.zip" class="style20">Mirror 2</a></td>

-                              </tr>

-                          </table></td>

-                        </tr>

-                      </table>

-                      <p>&nbsp;</p>

-					-->

-					</td>

-                    <td width="406" valign="top"><table width="406" border="0" cellspacing="0">

-                      <tr>

-                        <td width="248"><p class="style6">Teewars Version 0.2.0</p></td>

-                        <td width="162"><div align="right"><span class="style16">Released 2007-08-05</span></div></td>

-                      </tr>

-                    </table>

-                      <p class="brod">Release notes</p>

-<ul>

-<li class="brod">Two new maps</li>

-<li class="brod">Ingame chat</li>

-<li class="brod">Kill messages</li>

-<li class="brod">New and improved scoreboard </li>

-<li class="brod">Lots of weapon tweaks and improvements </li>

-<li class="brod">Lots of new sounds</li>

-<li class="brod">Revised offline GUI with settings for keys, graphics and more</li>

-<li class="brod">Respawn times</li>

-<li class="brod">Score and time limit </li>

-<li class="brod">Reworked network engine, smoother, less bandwidth </li>

-<li class="brod">The all-new Ninja powerup! </li>

-<li class="brod">Added screenshot button: F10 </li>

-<li class="brod">New and improved master server system</li>

-</ul>                      </td>

-                  </tr>

-                </table>                </td>

-              </tr>

-          </table>

-          </td>

-      </tr>

-    </table>

-      <table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-        <tr>

-          <td><img src="gfx/main_bg_sun_bottom.png" width="817" height="40" /></td>

-        </tr>

-    </table>

-    </td>

-  </tr>

-</table>

-</body>

-</html>

+<!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">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>Teewars</title>
+	<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+	<div id="outer">
+		<div class="page_header">
+			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
+			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
+			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
+			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
+		</div>
+
+		<div>
+			<div class="page_body_top">&nbsp;</div>
+			<div class="page_body">
+				
+				<p class="topic">DOWNLOADS</p>
+
+<p>This is the latest version of Teewars.</p>
+
+<p class="topic">General notes</p>
+
+<ul>
+    <li>An earlier version client cannot connect to a current version server, and vice versa.</li>
+    <li>Windows binaries are not tested under Microsoft Vista.</li>
+</ul>
+
+<p class="topic">Teewars Version 0.2.0 <span class="date">Released 2007-08-05</span></p>
+
+<table>
+<tr><td valign="top" width="250px">
+	<table>
+	<tr>
+		<td valign="top"><img src="gfx/win_tee.png"/></td>
+		<td>
+			<div class="subtopic">Windows (32bit)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	<tr><td>&nbsp;</td></tr>
+	<tr>
+		<td valign="top"><img src="gfx/osx_tee.png"/></td>
+		<td>
+			<div class="subtopic">Mac OS X (Intel)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+			<div>&nbsp;</div>
+			<div class="subtopic">Mac OS X (PPC)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	<tr><td>&nbsp;</td></tr>
+	<tr>
+		<td valign="top"><img src="gfx/linux_tee.png"/></td>
+		<td>
+			<div class="subtopic">Linux x86</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+			<div>&nbsp;</div>
+			<div class="subtopic">Linux x86_64</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	</table>
+</td><td width="50px">&nbsp;
+</td><td valign="top" width="300px">
+
+	<p>Release notes</p>
+	<ul>
+		<li>Two new maps</li>
+		<li>Ingame chat</li>
+		<li>Kill messages</li>
+		<li>New and improved scoreboard</li>
+		<li>Lots of weapon tweaks and improvements</li>
+		<li>Lots of new sounds</li>
+		<li>Revised offline GUI with settings for keys, graphics and more</li>
+		<li>Respawn times</li>
+		<li>Score and time limit</li>
+		<li>Reworked network engine, smoother, less bandwidth</li>
+		<li>The all-new Ninja powerup!</li>
+		<li>Added screenshot button: F10</li>
+		<li>New and improved master server system</li>
+	</ul>
+	
+</td></tr>
+</table>	
+
+			</div>
+		</div>
+	</div>
+</body>
+
+<html>
diff --git a/other/website/gfx/teesupport_placeholder.png b/other/website/gfx/teesupport_placeholder.png
index 46b59158..95841b54 100644
--- a/other/website/gfx/teesupport_placeholder.png
+++ b/other/website/gfx/teesupport_placeholder.png
Binary files differdiff --git a/other/website/index.html b/other/website/index.html
index 1240cff7..f3519eab 100644
--- a/other/website/index.html
+++ b/other/website/index.html
@@ -1,65 +1,62 @@
-<!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">

-<head>

-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

-<title>Teewars - Home</title>

-<link href="default.css" rel="stylesheet" type="text/css" />

-</head>

-

-<body>

-<table width="100%" height="672" border="0" cellpadding="0" cellspacing="0">

-  <tr>

-    <td width="817" valign="top" background="gfx/sun_bg.png" style="background-repeat:no-repeat" ><table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-      <tr>

-        <td width="1218" height="198" valign="top" background="gfx/top_logo_sun.png"><table width="767" border="0" cellspacing="0" cellpadding="0">

-          <tr>

-            <td><div align="right"><a href="index.html" target="_self"><img src="gfx/menu_home_sun.png" width="77" height="189" border="0" /></a><a href="download.html" target="_self"><img src="gfx/menu_download_sun.png" width="127" height="189" border="0" /></a><a href="support.html" target="_self"><img src="gfx/menu_support_sun.png" width="110" height="189" border="0" /></a><a href="team.html" target="_self"><img src="gfx/menu_team_sun.png" width="80" height="188" border="0" /></a></div></td>

-          </tr>

-        </table></td>

-      </tr>

-      <tr>

-        <td height="40"><a href="news.html"></a><a href="download.html"></a><a href="support.html"></a><img src="gfx/main_bg_sun_top.png" width="817" height="40" /></td>

-      </tr>

-      <tr>

-        <td height="219" valign="top" background="gfx/main_bg_sun.png"><br />

-          <table width="679" height="94" border="0" align="center" cellpadding="0" cellspacing="0">

-          <tr>

-            <td width="326"><p class="style6">TEEWARS 0.2.0 RELEASED</p>

-              <p class="style16">2007-08-05</p>

-              <p class="brod">The long sought-after update of Teewars has finally arrived! The highligts of version 0.2.0 include:</p>

-              <ul>

-              	<li class="brod">Much improved network stability</li>

-            		<li class="brod">Time- and frag limits</li>

-          			<li class="brod">A proper options screen</li>

-        				 <li class="brod">New death match maps </li>

-   				  </ul>

-                <p class="brod">Any support-related questions or bug reports can be given either on IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>

-                <p class="brod">Enjoy the new release!</p>

-                <p align="right" class="style16">The Teewars Team</p></td>

-            <td width="353" valign="bottom"><div align="right"><img src="gfx/teeattack_placeholder.png" width="326" height="323" /></div></td>

-          </tr>

-        </table>

-          <p align="center" class="style11">&nbsp;</p>

-          <table width="687" border="0" align="center" cellpadding="0" cellspacing="0">

-            <tr>

-              <td width="701"><p class="style6">WHAT IS THIS, THEN?</p>

-                <p class="brod">Teewars is a multiplayer 2D shooter, drawing its inspiration         not only from the old classics, but also incorporating the advancements         that FPS games brought in when the torch was handed over.</p>

-                <p class="brod">The game features 3D-accelerated sprite graphics, mouse-aiming,         a grappling hook, some rather weird weaponry and a built-in multiplayer server.         You can play it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.<br />

-                    <br />

-                More info about the game can be found under the <a href="support.html" target="_self"><strong>support</strong></a> section.</p>                </td>

-              </tr>

-          </table>

-          <p>&nbsp;</p>

-          <p>&nbsp;</p></td>

-      </tr>

-    </table>

-      <table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-        <tr>

-          <td><img src="gfx/main_bg_sun_bottom.png" width="817" height="40" /></td>

-        </tr>

-    </table>

-    </td>

-  </tr>

-</table>

-</body>

-</html>

+<!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">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>Teewars</title>
+	<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+	<div id="outer">
+		<div class="page_header">
+			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
+			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
+			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
+			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
+		</div>
+
+		<div>
+			<div class="page_body_top">&nbsp;</div>
+			<div class="page_body">
+				
+				
+<div class="page_image">
+	<img src="gfx/teeattack_placeholder.png"/>
+</div>
+
+<p class="topic">TEEWARS 0.2.0 RELEASED <span class="date">2007-08-05</span></p>
+<p>The long sought-after update of Teewars has finally arrived!
+The highligts of version 0.2.0 include:</p>
+
+<ul>
+	<li>Much improved network stability</li>
+	<li>Time- and frag limits</li>
+	<li>A proper options screen</li>
+	<li>New death match maps</li>
+</ul>
+
+<p>Any support-related questions or bug reports can be given either on
+IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>
+
+<p>Enjoy the new release!</p>
+<p class="sign">The Teewars Team</p>
+
+<p class="topic">WHAT IS THIS, THEN?</p>
+<p>Teewars is a multiplayer 2D shooter, drawing its inspiration not only from
+the old classics, but also incorporating the advancements that FPS games brought
+in when the torch was handed over.</p>
+
+<p>The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling
+hook, some rather weird weaponry and a built-in multiplayer server. You can play
+it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.</p>
+
+<p>More info about the game can be found under the support section.</p>
+
+
+			</div>
+		</div>
+	</div>
+</body>
+
+<html>
diff --git a/other/website/new_default.css b/other/website/new_default.css
deleted file mode 100644
index a2f338d3..00000000
--- a/other/website/new_default.css
+++ /dev/null
@@ -1,89 +0,0 @@
-body {
-	margin-top: 0px;
-	background-image: url(gfx/sun_bg.png);
-	background-repeat: no-repeat;
-	background-color: #82CDFF;
-	margin-left: 0px;
-	margin-right: 0px;
-	margin-bottom: 0px;
-
-	color: #666666;
-	font-size: 12px;
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-}
-
-div#outer
-{
-	margin-left: auto;
-	margin-right: auto;
-	width: 820px;
-}
-
-.page_header {
-	margin-top: 0px;
-	background-image: url(gfx/top_logo_sun.png);
-	background-repeat: no-repeat;
-	padding-left: 370px;
-	margin-left: 0px;
-	margin-right: 0px;
-	margin-bottom: 0px;
-}
-
-.page_body_top {
-	background: url(gfx/main_bg_sun_top.png) no-repeat top left;
-	height: 40px;
-}
-
-.page_body {
-	background: url(gfx/main_bg_sun.png) repeat-y top left;
-	height: auto;
-	padding-top: 40px;
-	padding-left: 70px;
-	padding-right: 70px;
-	padding-bottom: 40px;
-}
-
-
-.page_image {
-	margin-left: 30px;
-	float: right;
-}
-
-p {
-	line-height: 20px;
-}
-
-.topic {
-	font-size: 18px;
-	color: #627E27;
-	font-weight: bold;
-}
-
-
-.date {
-	color: #666666;
-	font-size: 12px;
-	line-height: 20px;
-	font-style: italic;
-}
-
-
-.sign {
-	color: #666666;
-	font-size: 12px;
-	line-height: 20px;
-	font-style: italic;
-	text-align: right;
-}
-
-a:link img {
-	border: none;
-}
-
-a:visited img {
-	border: none;
-}
-
-a:hover img {
-	border: none;
-}
diff --git a/other/website/new_index.html b/other/website/new_index.html
deleted file mode 100644
index a099333a..00000000
--- a/other/website/new_index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-	<title>Teewars</title>
-	<link href="new_default.css" rel="stylesheet" type="text/css" />
-</head>
-
-<body>
-	<div id="outer">
-		<div class="page_header">
-			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
-			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
-			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
-			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
-		</div>
-
-		<div>
-			<div class="page_body_top">&nbsp;</div>
-			<div class="page_body">
-				
-				<div class="page_image">
-					<img src="gfx/teeattack_placeholder.png"/>
-				</div>				
-				
-				<p class="topic">TEEWARS 0.2.0 RELEASED <span class="date">2007-08-05</span></p>
-				<p>The long sought-after update of Teewars has finally arrived!
-				The highligts of version 0.2.0 include:</p>
-
-				<ul>
-					<li>Much improved network stability</li>
-					<li>Time- and frag limits</li>
-					<li>A proper options screen</li>
-					<li>New death match maps</li>
-				</ul>
-
-				<p>Any support-related questions or bug reports can be given either on
-				IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>
-				
-				<p>Enjoy the new release!</p>
-				<p class="sign">The Teewars Team</p>
-
-				<p class="topic">WHAT IS THIS, THEN?</p>
-				<p>Teewars is a multiplayer 2D shooter, drawing its inspiration not only from
-				the old classics, but also incorporating the advancements that FPS games brought
-				in when the torch was handed over.</p>
-
-				<p>The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling
-				hook, some rather weird weaponry and a built-in multiplayer server. You can play
-				it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.</p>
-
-				<p>More info about the game can be found under the support section.</p>
-
-			</div>
-		</div>
-	</div>
-</body>
\ No newline at end of file
diff --git a/other/website/src/content_download.html b/other/website/src/content_download.html
new file mode 100644
index 00000000..bc8cbf9b
--- /dev/null
+++ b/other/website/src/content_download.html
@@ -0,0 +1,73 @@
+<p class="topic">DOWNLOADS</p>
+
+<p>This is the latest version of Teewars.</p>
+
+<p class="topic">General notes</p>
+
+<ul>
+    <li>An earlier version client cannot connect to a current version server, and vice versa.</li>
+    <li>Windows binaries are not tested under Microsoft Vista.</li>
+</ul>
+
+<p class="topic">Teewars Version 0.2.0 <span class="date">Released 2007-08-05</span></p>
+
+<table>
+<tr><td valign="top" width="250px">
+	<table>
+	<tr>
+		<td valign="top"><img src="gfx/win_tee.png"/></td>
+		<td>
+			<div class="subtopic">Windows (32bit)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	<tr><td>&nbsp;</td></tr>
+	<tr>
+		<td valign="top"><img src="gfx/osx_tee.png"/></td>
+		<td>
+			<div class="subtopic">Mac OS X (Intel)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+			<div>&nbsp;</div>
+			<div class="subtopic">Mac OS X (PPC)</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	<tr><td>&nbsp;</td></tr>
+	<tr>
+		<td valign="top"><img src="gfx/linux_tee.png"/></td>
+		<td>
+			<div class="subtopic">Linux x86</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+			<div>&nbsp;</div>
+			<div class="subtopic">Linux x86_64</div>
+			<div><a href="">Mirror 1</a></div>
+			<div><a href="">Mirror 2</a></div>
+		</td>
+	</tr>
+	</table>
+</td><td width="50px">&nbsp;
+</td><td valign="top" width="300px">
+
+	<p>Release notes</p>
+	<ul>
+		<li>Two new maps</li>
+		<li>Ingame chat</li>
+		<li>Kill messages</li>
+		<li>New and improved scoreboard</li>
+		<li>Lots of weapon tweaks and improvements</li>
+		<li>Lots of new sounds</li>
+		<li>Revised offline GUI with settings for keys, graphics and more</li>
+		<li>Respawn times</li>
+		<li>Score and time limit</li>
+		<li>Reworked network engine, smoother, less bandwidth</li>
+		<li>The all-new Ninja powerup!</li>
+		<li>Added screenshot button: F10</li>
+		<li>New and improved master server system</li>
+	</ul>
+	
+</td></tr>
+</table>	
\ No newline at end of file
diff --git a/other/website/src/content_home.html b/other/website/src/content_home.html
new file mode 100644
index 00000000..7392e628
--- /dev/null
+++ b/other/website/src/content_home.html
@@ -0,0 +1,32 @@
+
+<div class="page_image">
+	<img src="gfx/teeattack_placeholder.png"/>
+</div>
+
+<p class="topic">TEEWARS 0.2.0 RELEASED <span class="date">2007-08-05</span></p>
+<p>The long sought-after update of Teewars has finally arrived!
+The highligts of version 0.2.0 include:</p>
+
+<ul>
+	<li>Much improved network stability</li>
+	<li>Time- and frag limits</li>
+	<li>A proper options screen</li>
+	<li>New death match maps</li>
+</ul>
+
+<p>Any support-related questions or bug reports can be given either on
+IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>
+
+<p>Enjoy the new release!</p>
+<p class="sign">The Teewars Team</p>
+
+<p class="topic">WHAT IS THIS, THEN?</p>
+<p>Teewars is a multiplayer 2D shooter, drawing its inspiration not only from
+the old classics, but also incorporating the advancements that FPS games brought
+in when the torch was handed over.</p>
+
+<p>The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling
+hook, some rather weird weaponry and a built-in multiplayer server. You can play
+it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.</p>
+
+<p>More info about the game can be found under the support section.</p>
diff --git a/other/website/src/content_support.html b/other/website/src/content_support.html
new file mode 100644
index 00000000..f6792d80
--- /dev/null
+++ b/other/website/src/content_support.html
@@ -0,0 +1,17 @@
+
+<p class="topic">SUPPORT</p>
+
+<p>If you have trouble getting Teewars to run, experience performance problems or
+have questions about the game, start out by checking our forums. Registration is free
+(YA, RLY!) and no question is too dumb to search for.</p>
+
+<p>There's also the IRC channel if you're feeling talkative, lonely or just want
+to give us cake. Or bacon. We like bacon.</p>
+
+<p>IRC: #teewars at irc.quakenet.org</p>
+
+<p><a href="forum">FORUM</a></p>
+
+<p style="text-align: center;">
+	<img src="gfx/teesupport_placeholder.png"/>
+</p>
diff --git a/other/website/src/content_team.html b/other/website/src/content_team.html
new file mode 100644
index 00000000..f8b78a3e
--- /dev/null
+++ b/other/website/src/content_team.html
@@ -0,0 +1,53 @@
+<p class="topic">TEAM AND CONTRIBUTORS</p>
+
+<table>
+<tr><td>
+
+<p class="subtopic">THE TEAM</p>
+<p><div class="subtopic">Magnus Auvinen (matricks)</div>
+<div class="normal">Lead Programmer</div></p>
+
+<p><div class="subtopic">Jakob Fries (serp)</div>
+<div class="normal">Game Programmer</div></p>
+
+<p><div class="subtopic">Olle Rosenquist (phobos)</div>
+<div class="normal">Game Programmer</div></p>
+
+<p><div class="subtopic">Joel de Vahl (void)</div>
+<div class="normal">Engine Programmer</div></p>
+
+<p><div class="subtopic">Johan Althoff (teetow)</div>
+<div class="normal">Sound Designer</div></p>
+
+<p><div class="subtopic">Tobias Lundmark (dopefish)</div>
+<div class="normal">Level Designer</div></p>
+
+<p><div class="subtopic">Victor Andre&aelig; (red_com)</div>
+<div class="normal">Lead Artist</div></p>
+
+<p><div class="subtopic">Marika Mets&auml;vainio (maikka)</div>
+<div class="normal">Level Artist</div></p>
+
+<p><div class="subtopic">Tomas Landin (kungtotte)</div>
+<div class="normal">Win32 Maintainer</div></p>
+
+<p><div class="subtopic">Camilla Berglund (elmindreda)</div>
+<div class="normal">Linux 32-Bit Maintainer</div></p>
+
+</td><td width="150px">&nbsp;
+</td><td valign="top">
+
+	<p class="subtopic">THE CONTRIBUTORS</p>
+	
+	<ul>
+    <li><div class="normal">Trin</div></li>
+    <li><div class="normal">Ampleyfly</div></li>
+    <li><div class="normal">Concept-P</div></li>
+    <li><div class="normal">Retro</div></li>
+    <li><div class="normal">People at Birdie</div></li>
+    <li><div class="normal">People at #c++.se</div></li>
+    <li><div class="normal">People at Starbreeze</div></li>
+	</ul>
+
+</td></tr>
+</table>
\ No newline at end of file
diff --git a/other/website/src/make.sh b/other/website/src/make.sh
new file mode 100755
index 00000000..cf1c2723
--- /dev/null
+++ b/other/website/src/make.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+python make_page.py < content_home.html > ../index.html
+python make_page.py < content_team.html > ../team.html
+python make_page.py < content_download.html > ../download.html
+python make_page.py < content_support.html > ../support.html
diff --git a/other/website/src/make_page.py b/other/website/src/make_page.py
new file mode 100644
index 00000000..57d6ef51
--- /dev/null
+++ b/other/website/src/make_page.py
@@ -0,0 +1,6 @@
+import sys
+
+template = "".join(file("template.html").readlines())
+content = "".join(sys.stdin.readlines())
+final_page = template.replace("%CONTENT%", content)
+print final_page
\ No newline at end of file
diff --git a/other/website/src/template.html b/other/website/src/template.html
new file mode 100644
index 00000000..18eac49d
--- /dev/null
+++ b/other/website/src/template.html
@@ -0,0 +1,30 @@
+<!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">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>Teewars</title>
+	<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+	<div id="outer">
+		<div class="page_header">
+			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
+			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
+			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
+			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
+		</div>
+
+		<div>
+			<div class="page_body_top">&nbsp;</div>
+			<div class="page_body">
+				
+				%CONTENT%
+
+			</div>
+		</div>
+	</div>
+</body>
+
+<html>
\ No newline at end of file
diff --git a/other/website/support.html b/other/website/support.html
index 0fe95691..60cabc7f 100644
--- a/other/website/support.html
+++ b/other/website/support.html
@@ -1,44 +1,47 @@
-<!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">

-<head>

-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

-<title>Teewars - Support</title>

-<link href="default.css" rel="stylesheet" type="text/css" />

-</head>

-<body>

-<table width="100%" height="672" border="0" cellpadding="0" cellspacing="0">

-  <tr>

-    <td width="817" valign="top" background="gfx/sun_bg.png" style="background-repeat:no-repeat" ><table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-        <tr>

-          <td width="1218" height="198" valign="top" background="gfx/top_logo_sun.png"><table width="767" border="0" cellspacing="0" cellpadding="0">

-              <tr>

-                <td><div align="right"><a href="index.html" target="_self"><img src="gfx/menu_home_sun.png" width="77" height="189" border="0" /></a><a href="download.html" target="_self"><img src="gfx/menu_download_sun.png" width="127" height="189" border="0" /></a><a href="support.html" target="_self"><img src="gfx/menu_support_sun.png" width="110" height="189" border="0" /></a><a href="team.html" target="_self"><img src="gfx/menu_team_sun.png" width="80" height="188" border="0" /></a></div></td>

-              </tr>

-            </table></td>

-        </tr>

-        <tr>

-          <td height="40"><a href="news.html"></a><a href="download.html"></a><a href="support.html"></a><img src="gfx/main_bg_sun_top.png" width="817" height="40" /></td>

-        </tr>

-        <tr>

-          <td height="219" valign="top" background="gfx/main_bg_sun.png"><p align="center" class="style11">&nbsp;</p>

-            <table width="687" height="94" border="0" align="center" cellpadding="0" cellspacing="0">

-              <tr>

-                <td width="701" valign="top"><p class="style6">SUPPORT</p>

-                  <p class="brod">If you have trouble getting Teewars to run, experience performance problems or have questions about the game, start out by checking our <a href="http://www.teewars.com/forum/">forums</a>. Registration is free (YA, RLY!) and no question is too dumb to search for.</p>

-                  <p class="brod">There's also the IRC channel  if you're feeling talkative, lonely or just want to give us cake. Or bacon. We like bacon.</p>

-                  <p align="center" class="brod">IRC: #teewars at irc.quakenet.org</p>

-                  <p align="center" class="brod"><a href="http://www.teewars.com/forum/" target="_blank">FORUM</a></p>

-                  <div align="center"><img src="gfx/teesupport_placeholder.png" width="507" height="323" /></div></td>

-              </tr>

-            </table></td>

-        </tr>

-      </table>

-      <table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-        <tr>

-          <td><img src="gfx/main_bg_sun_bottom.png" width="817" height="40" /></td>

-        </tr>

-      </table>

-  </tr>

-</table>

-</body>

-</html>

+<!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">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>Teewars</title>
+	<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+	<div id="outer">
+		<div class="page_header">
+			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
+			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
+			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
+			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
+		</div>
+
+		<div>
+			<div class="page_body_top">&nbsp;</div>
+			<div class="page_body">
+				
+				
+<p class="topic">SUPPORT</p>
+
+<p>If you have trouble getting Teewars to run, experience performance problems or
+have questions about the game, start out by checking our forums. Registration is free
+(YA, RLY!) and no question is too dumb to search for.</p>
+
+<p>There's also the IRC channel if you're feeling talkative, lonely or just want
+to give us cake. Or bacon. We like bacon.</p>
+
+<p>IRC: #teewars at irc.quakenet.org</p>
+
+<p><a href="forum">FORUM</a></p>
+
+<p style="text-align: center;">
+	<img src="gfx/teesupport_placeholder.png"/>
+</p>
+
+
+			</div>
+		</div>
+	</div>
+</body>
+
+<html>
diff --git a/other/website/team.html b/other/website/team.html
index 7bdda506..2f343987 100644
--- a/other/website/team.html
+++ b/other/website/team.html
@@ -1,88 +1,82 @@
-<!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">

-<head>

-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

-<title>Teewars - Support</title>

-<link href="default.css" rel="stylesheet" type="text/css" />

-</head>

-<body>

-<table width="100%" height="672" border="0" cellpadding="0" cellspacing="0">

-  <tr>

-    <td width="817" valign="top" background="gfx/sun_bg.png" style="background-repeat:no-repeat" ><table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-        <tr>

-          <td width="1218" height="198" valign="top" background="gfx/top_logo_sun.png"><table width="767" border="0" cellspacing="0" cellpadding="0">

-              <tr>

-                <td><div align="right"><a href="index.html" target="_self"><img src="gfx/menu_home_sun.png" width="77" height="189" border="0" /></a><a href="download.html" target="_self"><img src="gfx/menu_download_sun.png" width="127" height="189" border="0" /></a><a href="support.html" target="_self"><img src="gfx/menu_support_sun.png" width="110" height="189" border="0" /></a><a href="team.html" target="_self"><img src="gfx/menu_team_sun.png" width="80" height="188" border="0" /></a></div></td>

-              </tr>

-            </table></td>

-        </tr>

-        <tr>

-          <td height="40"><a href="news.html"></a><a href="download.html"></a><a href="support.html"></a><img src="gfx/main_bg_sun_top.png" width="817" height="40" /></td>

-        </tr>

-        <tr>

-          <td height="219" valign="top" background="gfx/main_bg_sun.png"><p align="center" class="style11">&nbsp;</p>

-            <table width="687" height="94" border="0" align="center" cellpadding="0" cellspacing="0">

-              <tr>

-                <td width="701" valign="top"><p class="style6">TEAM AND CONTRIBUTORS</p>

-                  <table width="686" border="0" cellspacing="0">

-                  <tr>

-                    <td width="346"><p class="style19">THE TEAM<br />

-                    </p>

-                      <p class="style19">Magnus Auvinen <em>(matricks)</em><br />

-                          <span class="style11">Lead Programmer</span></p>

-

-                      <p><span class="style19">Jakob Fries<em> (serp)</em></span><br />

-                          <span class="style11">Game Programmer</span></p>

-

-                      <p><span class="style19">Olle Rosenquist <em>(phobos)</em></span><br />

-                          <span class="style11">Game Programmer</span></p>

-

-                      <p><span class="style19">Joel de Vahl <em>(void)</em></span><br />

-                          <span class="style11">Engine Programmer</span></p>

-

-                      <p><span class="style19">Johan Althoff <em>(teetow)</em></span><br />

-                          <span class="style11">Sound Designer</span></p>

-

-                      <p><span class="style19">Tobias Lundmark <em>(dopefish)</em></span><br />

-                          <span class="style11">Level Designer</span></p>

-

-                      <p><span class="style19">Victor Andre&aelig;<em> (red_com)</em></span><br />

-                          <span class="style11">Lead Artist</span></p>

-

-                      <p><span class="style19">Marika Mets&auml;vainio <em>(maikka)</em></span><br />

-                          <span class="style11">Level Artist</span></p>

-

-                      <p><span class="style19">Tomas Landin <em>(kungtotte)</em></span><br />

-                          <span class="style11">Win32 Maintainer</span></p>

-

-                      <p><span class="style19">Camilla Berglund <em>(elmindreda)</em></span><br />

-                          <span class="style11">Linux 32-Bit Maintainer</span></p></td>

-

-

-                    <td width="336" valign="top"><p class="style19">THE CONTRIBUTORS</p>

-                      <ul>

-                        <li class="style11">Trin</li>

-                        <li class="style11"> Ampleyfly</li>

-                        <li class="style11"> Concept-P</li>

-                        <li class="style11"> Retro</li>

-                        <li class="style11"> People at Birdie</li>

-                        <li class="style11"> People at #c++.se</li>

-                        <li class="style11"> People at Starbreeze</li>

-                      </ul>                      <p class="style6"><img src="gfx/happytee.jpg" width="316" height="336" /></p>                      </td>

-                  </tr>

-                </table>                

-                  <p class="style19">&nbsp;</p>

-                <p align="justify" class="style9"></p></td>

-              </tr>

-            </table></td>

-        </tr>

-      </table>

-      <table width="817" border="0" align="center" cellpadding="0" cellspacing="0">

-        <tr>

-          <td><img src="gfx/main_bg_sun_bottom.png" width="817" height="40" /></td>

-        </tr>

-      </table></td>

-  </tr>

-</table>

-</body>

-</html>

+<!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">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>Teewars</title>
+	<link href="default.css" rel="stylesheet" type="text/css" />
+</head>
+
+<body>
+	<div id="outer">
+		<div class="page_header">
+			<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
+			<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
+			<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
+			<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
+		</div>
+
+		<div>
+			<div class="page_body_top">&nbsp;</div>
+			<div class="page_body">
+				
+				<p class="topic">TEAM AND CONTRIBUTORS</p>
+
+<table>
+<tr><td>
+
+<p class="subtopic">THE TEAM</p>
+<p><div class="subtopic">Magnus Auvinen (matricks)</div>
+<div class="normal">Lead Programmer</div></p>
+
+<p><div class="subtopic">Jakob Fries (serp)</div>
+<div class="normal">Game Programmer</div></p>
+
+<p><div class="subtopic">Olle Rosenquist (phobos)</div>
+<div class="normal">Game Programmer</div></p>
+
+<p><div class="subtopic">Joel de Vahl (void)</div>
+<div class="normal">Engine Programmer</div></p>
+
+<p><div class="subtopic">Johan Althoff (teetow)</div>
+<div class="normal">Sound Designer</div></p>
+
+<p><div class="subtopic">Tobias Lundmark (dopefish)</div>
+<div class="normal">Level Designer</div></p>
+
+<p><div class="subtopic">Victor Andre&aelig; (red_com)</div>
+<div class="normal">Lead Artist</div></p>
+
+<p><div class="subtopic">Marika Mets&auml;vainio (maikka)</div>
+<div class="normal">Level Artist</div></p>
+
+<p><div class="subtopic">Tomas Landin (kungtotte)</div>
+<div class="normal">Win32 Maintainer</div></p>
+
+<p><div class="subtopic">Camilla Berglund (elmindreda)</div>
+<div class="normal">Linux 32-Bit Maintainer</div></p>
+
+</td><td width="150px">&nbsp;
+</td><td valign="top">
+
+	<p class="subtopic">THE CONTRIBUTORS</p>
+	
+	<ul>
+    <li><div class="normal">Trin</div></li>
+    <li><div class="normal">Ampleyfly</div></li>
+    <li><div class="normal">Concept-P</div></li>
+    <li><div class="normal">Retro</div></li>
+    <li><div class="normal">People at Birdie</div></li>
+    <li><div class="normal">People at #c++.se</div></li>
+    <li><div class="normal">People at Starbreeze</div></li>
+	</ul>
+
+</td></tr>
+</table>
+
+			</div>
+		</div>
+	</div>
+</body>
+
+<html>