Update index-experimental.html

This commit is contained in:
DremOS Developing Team 2018-06-29 23:37:51 -05:00 committed by GitHub
parent da6e7c1ada
commit 662e426da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,18 +32,6 @@
} }
</style> </style>
<body> <body>
<h1 class="cwhite">DremJS Version 0.0.1a</h1> <iframe src="i-index.html" style="height:500px;width:800px></iframe>
<div class="start"> </body>
<ul class="astart">
<li><a href="apps/About/index.html"><p>About DremJS</p></a></li>
<li><a href="apps/HowTo/index.html"><p>How to Install Applications</p></a></li>
<li>Test Apps</li>
<ul>
<li><a href="apps/TestApp1/index.html"><p>Test App 1</p></a></li>
<li><a href="apps/TestApp2/index.html"><p>Test App 2</p></a></li>
</ul>
</ul>
<a href="index.html"><p class="start">Start</p></a>
</div>
</body>
</html> </html>