diff options
Diffstat (limited to 'other/website/support.html')
| -rw-r--r-- | other/website/support.html | 91 |
1 files changed, 47 insertions, 44 deletions
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"> </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"> </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> |