Removed example files again, as they will interfere with existing sites.

This commit is contained in:
Bastian Venthur
2010-07-25 15:50:06 +02:00
parent 091c46e404
commit 0e2275bb60
2 changed files with 0 additions and 62 deletions

View File

@@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>$title</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header">
<div id="header_title">
<a href="/">Bastian Venthur</a>
</div>
<div id="header_tagline">
Lorem Ipsum
</div>
</div>
<div id="content">
$content
</div>
<div id="footer">
</div>
</body>
</html>