about summary refs log tree commit diff
path: root/other/website/src/template.html
blob: 18eac49d657014cf2f1d27bf4d029e6639842c89 (plain)
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
<!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>