Update index-open.html
This commit is contained in:
parent
6bcf486134
commit
686dd212d1
|
@ -83,9 +83,6 @@
|
|||
top: 4px;
|
||||
}
|
||||
.taskbar {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 8px;
|
||||
}
|
||||
|
@ -103,7 +100,7 @@
|
|||
<dt><a onclick="openApplication('About')"><p><img src="apps/About/about.png" align="top"> About DremJS</p></a></dt>
|
||||
<dt><a onclick="openApplication('HowTo')"><p><img src="apps/HowTo/howto.png" align="top"> How to Install Applications</p></a></dt>
|
||||
<dt><a onclick="openApplication('Market')"><p><img src="apps/Market/market.png" align="top"> DremJS Market</p></a></dt>
|
||||
<dt><a onclick="openApplication('Debug')"><p><img src="apps/debug/debug.png" align="top"> Report a Bug</p></a></dt>
|
||||
<dt><a onclick="openApplication('debug')"><p><img src="apps/debug/debug.png" align="top"> Report a Bug</p></a></dt>
|
||||
<!--Below is where remotely installed apps will start -->
|
||||
|
||||
<hr />
|
||||
|
|
Loading…
Reference in a new issue