initial commit

This commit is contained in:
vieron
2012-07-18 18:31:44 +02:00
commit 257914ee99
52 changed files with 31624 additions and 0 deletions

10
docs/files/index.html Normal file
View File

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<title>Redirector</title>
<meta http-equiv="refresh" content="0;url=../">
</head>
<body>
<a href="../">Click here to redirect</a>
</body>
</html>