diff options
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 |