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

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>System 32 Nl</title>
</head>
<frameset rows= "55 , *" frameborder="0">
<frame src="bovenkant.html"> </frame>
<frameset cols="150 , * " frameborder="0">
<frame src="zijkant.html"></frame>
<frame src="main.html" name="main"></frame><br>
</frameset>
</frameset>
</html>