first commit

This commit is contained in:
2015-03-22 21:36:32 +01:00
parent 5b74e5b015
commit 48cafdf318
63 changed files with 2039 additions and 0 deletions

12
indexFr.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>System 32 Fr</title>
</head>
<frameset cols= "150 , *" frameborder="0">
<frame src="zijkantFr.html"></frame>
<frameset rows="90 , * " frameborder="0">
<frame src="bovenkantFr.html"> </frame>
<frame src="mainFr.html" name="main"></frame>
</frameset>
</frameset>
</html>