mirror of
https://github.com/Radfordhound/dsgamemaker.github.io.git
synced 2025-06-18 08:45:34 -04:00
Directory structure
This commit is contained in:
parent
bb5cd55070
commit
15cdbfb3a7
8
dsgmApp/index.html
Normal file
8
dsgmApp/index.html
Normal 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
8
dsgmLib/index.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p>Coming soon to an anthology near you!</p>
|
||||
</body>
|
||||
</html>
|
@ -1,8 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DS Game Maker Zero documentation</title>
|
||||
</head>
|
||||
<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>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user