billiges Templatesystem geschrieben

This commit is contained in:
age 2006-07-22 01:51:35 +00:00
parent 8a347b655e
commit 55e4a8f5cb
22 changed files with 317 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<div id="footer">
Designentwurf <a href="http://www.drugo.biz">Carlo Forghieri</a>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,11 @@
<div id="head">
<ul class="navbar">
<li><a href="index.html">Projekt</a></li>
<li><a href="motivation.html">Motivation</a></li>
<li><a href="orga.html">Organisatorisches</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
</ul>
<h1 class="title">Schachtspringer</h1>
</div>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Schachtspringer</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link href="style/metro01.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrap">
<div id="wrap_top"></div>
<div id="main">

View file

@ -0,0 +1,5 @@
<div id="rightbar">
<img src="style/aph2.jpg">
</div>