Added new project directories.

This commit is contained in:
Alex Tselegidis 2016-07-06 22:09:12 +02:00
parent e214c5dc68
commit 95353e3df1
3 changed files with 30 additions and 0 deletions

10
src/engine/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

10
src/javascript/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

10
src/styles/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>