diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 13:25:08 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 13:25:08 +0000 |
| commit | b3499c7f7dd5cfbe783262ce5b3ca44b29666e15 (patch) | |
| tree | b24b8ca907015b56997701e66d39e95b00274f54 /other/website/src/template.html | |
| parent | 7db0781ff8a796eb35b256c0f1faa008168bbc73 (diff) | |
| download | zcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.tar.gz zcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.zip | |
new rewritten page
Diffstat (limited to 'other/website/src/template.html')
| -rw-r--r-- | other/website/src/template.html | 30 |
1 files changed, 30 insertions, 0 deletions
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"> </div> + <div class="page_body"> + + %CONTENT% + + </div> + </div> + </div> +</body> + +<html> \ No newline at end of file |