Directory structure

This commit is contained in:
CTurt 2014-11-23 21:39:44 +00:00
parent bb5cd55070
commit 15cdbfb3a7
3 changed files with 22 additions and 1 deletions

8
dsgmApp/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Coming soon to an anthology near you!</p>
</body>
</html>

8
dsgmLib/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Coming soon to an anthology near you!</p>
</body>
</html>

View File

@ -1,8 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DS Game Maker Zero documentation</title>
</head> </head>
<body> <body>
<p>Coming soon to an anthology near you!</p> <h1>DS Game Maker Zero documentation</h1>
<ul>
<li><a href="dsgmLib">dsgmLib</a></li>
<li><a href="dsgmApp">dsgmApp</a></li>
</ul>
</body> </body>
</html> </html>