diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 21:59:16 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 21:59:16 +0000 |
| commit | f1f9d455f271d216fb73ecee6181b49030078777 (patch) | |
| tree | e425d5c19a75fec42e26b6d8c070a9e9ce7b1467 /other/website/src/template.html | |
| parent | 4fc2c927dd178ac4f460ce5a4f99be097a029c69 (diff) | |
| download | zcatch-f1f9d455f271d216fb73ecee6181b49030078777.tar.gz zcatch-f1f9d455f271d216fb73ecee6181b49030078777.zip | |
moved /trunk/other to /assets
Diffstat (limited to 'other/website/src/template.html')
| -rw-r--r-- | other/website/src/template.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/other/website/src/template.html b/other/website/src/template.html deleted file mode 100644 index 18eac49d..00000000 --- a/other/website/src/template.html +++ /dev/null @@ -1,30 +0,0 @@ -<!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 |