initial move to git (subversion history dropped intentionally)

This commit is contained in:
Florian Overkamp
2012-09-01 14:34:41 +02:00
commit 75f0a3d9b8
223 changed files with 23550 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head><title>SAFE</title></head>
<frameset cols="180,*" border="0" framespacing="2" frameborder="0">
<frame name="mainleft" src="navframe.html" noresize="0" frameborder="0">
<frame name="mainright" src="customers.php" noresize="0" scrolling="YES" frameborder="0">
<noframes>
<body>Your browser does not support frames.<br>
</body>
</noframes>
</frameset>
</html>