Update index-open.html
This commit is contained in:
parent
c650445879
commit
c014a39224
|
@ -26,7 +26,7 @@
|
|||
div {
|
||||
background-color: gray;
|
||||
width: 60px;
|
||||
padding: 130px;
|
||||
padding: 150px;
|
||||
border: 5px solid gray;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -35,13 +35,12 @@
|
|||
<h1 class="cwhite">DremJS Version 0.0.3a</h1>
|
||||
<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><a href="apps/tinymce/index.html"><p>TinyMCE Text Editor</p></a></li>
|
||||
<li><a href="apps/Paint/index.html"><p>Paint</p></a></li>
|
||||
<ul>Games</ul>
|
||||
<li><a href="apps/SYGTVG/index.html"><p>SYGTVG</p></a></li>
|
||||
</ul>
|
||||
<dt><a href="apps/About/index.html"><p>About DremJS</p></a></dt>
|
||||
<dt><a href="apps/HowTo/index.html"><p>How to Install Applications</p></a></dt>
|
||||
<dt><a href="apps/tinymce/index.html"><p>TinyMCE Text Editor</p></a></dt>
|
||||
<dt><a href="apps/Paint/index.html"><p>Paint</p></a></dt>
|
||||
<dt>Games</dt>
|
||||
<dd><a href="apps/SYGTVG/index.html"><p>SYGTVG</p></a></dd>
|
||||
</ul>
|
||||
<a href="index-closed.html"><p class="start">Start</p></a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue