diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 12:14:58 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 12:14:58 +0000 |
| commit | 0e84f4bca9df720a1990a74f318158016346ebdf (patch) | |
| tree | cdfb754970fd5d40f908805c18160b9cd21b0701 /other/website/new_index.html | |
| parent | 44d3ba370641536539629d7e0675ce1e366bdbf9 (diff) | |
| download | zcatch-0e84f4bca9df720a1990a74f318158016346ebdf.tar.gz zcatch-0e84f4bca9df720a1990a74f318158016346ebdf.zip | |
commited the new index. rewritten from scratch
Diffstat (limited to 'other/website/new_index.html')
| -rw-r--r-- | other/website/new_index.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/other/website/new_index.html b/other/website/new_index.html new file mode 100644 index 00000000..a099333a --- /dev/null +++ b/other/website/new_index.html @@ -0,0 +1,55 @@ +<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"> </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 |