Update index-open.html

This commit is contained in:
DremOS Developing Team 2018-06-29 19:44:47 -05:00 committed by GitHub
parent be267700e3
commit 27e20b48e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,14 @@
<h1>DremJS Version 0.0.1a</h1> <html>
<a href="index.html"><p>Start</p></a> <title>DremJS</title>
<body>
<h1>DremJS Version 0.0.1a</h1>
<a href="index.html"><p>Start</p></a>
<ul>
<li>Test Apps</li>
<ul>
<li>Test App 1</li>
<li>Test App 2</li>
</ul>
</ul>
</body>
</html>