Update index-open.html
This commit is contained in:
parent
5517815d56
commit
297a5cc2a0
|
@ -1,9 +1,32 @@
|
||||||
<html>
|
<html>
|
||||||
|
<!-- classes were from SparrOS Developer Team -->
|
||||||
<title>DremJS</title>
|
<title>DremJS</title>
|
||||||
|
<style>
|
||||||
|
.start {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
.astart {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 50px;
|
||||||
|
}
|
||||||
|
.cwhite {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>DremJS Version 0.0.1a</h1>
|
<h1>DremJS Version 0.0.1a</h1>
|
||||||
<a href="index.html"><p>Start</p></a>
|
|
||||||
<ul>
|
<ul class="astart">
|
||||||
<li><a href="apps/About/index.html"><p>About DremJS</p></a></li>
|
<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/HowTo/index.html"><p>How to Install Applications</p></a></li>
|
||||||
<li>Test Apps</li>
|
<li>Test Apps</li>
|
||||||
|
@ -12,5 +35,6 @@
|
||||||
<li><a href="apps/TestApp2/index.html"><p>Test App 2</p></a></li>
|
<li><a href="apps/TestApp2/index.html"><p>Test App 2</p></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
<a href="index.html"><p class="start">Start</p></a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue