Update index-open.html

This commit is contained in:
DremOS Developing Team 2018-06-29 23:33:48 -05:00 committed by GitHub
parent 713d6b171a
commit 8e73be7650
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">
<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> </body>
</html> </html>