92 lines
3.3 KiB
HTML
92 lines
3.3 KiB
HTML
<html>
|
|
<!-- classes were from SparrOS Developer Team -->
|
|
<title>DremJS</title>
|
|
<embed src="mopen.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
|
|
<embed src="ambient.mp3" width="0" loop="true" autostart="true" hidden="true" />
|
|
<style>
|
|
.start {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
}
|
|
.astart {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 50px;
|
|
}
|
|
.cwhite {
|
|
color: white;
|
|
}
|
|
.br1 {
|
|
position: absolute;
|
|
bottom: 8px;
|
|
right: 16px;
|
|
font-size: 12px;
|
|
}
|
|
.br2 {
|
|
position: absolute;
|
|
bottom: 22px;
|
|
right: 16px;
|
|
font-size: 12px;
|
|
}
|
|
.br3 {
|
|
position: absolute;
|
|
bottom: 36px;
|
|
right: 16px;
|
|
font-size: 12px;
|
|
}
|
|
html {
|
|
background: url(DremJS-Background.png) no-repeat center center fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
}
|
|
a:link {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
a:visited {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
div {
|
|
background-color: gray;
|
|
padding: 300px;
|
|
border: 20px solid gray;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p class="cwhite br3">DremJS Version 0.0.9a</p>
|
|
<p class="cwhite br2">Build 15</p>
|
|
<p class="cwhite br1">© Innovation Inc.</p>
|
|
<div class="start">
|
|
<ul class="astart">
|
|
<dt><a href="apps/About/index.html"><p><img src="apps/About/about.png" align="top"> About DremJS</p></a></dt>
|
|
<dt><a href="apps/HowTo/index.html"><p><img src="apps/HowTo/howto.png" align="top"> How to Install Applications</p></a></dt>
|
|
<dt><a href="https://sparrdrem.github.io/DremJS-Market"><p><img src="apps/Market/market.png" align="top"> DremJS Market</p></a></dt>
|
|
<dt><a href="apps/Paint/index.html"><p><img src="apps/Paint/paint.png" align="top"> Paint</p></a></dt>
|
|
<dt><a href="apps/PVT-Counter/index.html"><p><img src="apps/PVT-Counter/icon.png" align="top" style="width:16px;height=16px;"> PVT Counter</p></a></dt>
|
|
<dt><a href="apps/debug/debug.html"><p><img src="apps/debug/debug.png" align="top"> Report a Bug</p></a></dt>
|
|
<dt>Games</dt>
|
|
<dd><a href="apps/SYGTVG/index.html"><p><img src="apps/SYGTVG/sygtvg.png" align="top"> SYGTVG</p></a></dd>
|
|
<dt>Office Applications</dt>
|
|
<dd><a href="apps/tinymce/index.html"><p><img src="apps/tinymce/write.png" align="top"> TinyMCE Text Editor</p></a></dd>
|
|
|
|
<hr />
|
|
<dt><a href="shuttingdown.html"><p><img src="shutdown.png" align="middle">Shutdown DremJS</p></dt>
|
|
</ul>
|
|
<a href="index-closed.html"><p class="start">Start</p></a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<!-- Applications that we are working on or aren't sure if we want to remove yet -->
|
|
|
|
<!-- <dt><a href="apps/browser/index.html"><p><img src="apps/browser/browser.png" align="middle" style="width:16px;height:16px;"> Browser</p></a></dt>
|
|
|
|
<dd><a href="apps/office/docs.html"><p><img src="apps/office/docs.png" align="middle" style="width:16px;height:16px;"> Google Docs</p></a></dd>
|
|
<dd><a href="apps/office/slides.html"><p><img src="apps/office/slides.png" align="middle" style="width:16px;height:16px;"> Google Slides</p></a></dd>
|
|
<dd><a href="apps/office/sheets.html"><p><img src="apps/office/sheets.png" align="middle" style="width:16px;height:16px;"> Google Spreadsheets</p></a></dd> -->
|