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