66 lines
1.4 KiB
HTML
66 lines
1.4 KiB
HTML
<html>
|
|
<!-- classes were from SparrOS Developer Team -->
|
|
<title>DremJS</title>
|
|
<embed src="mclose.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
|
|
<embed src="ambient.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
|
<style>
|
|
a:link {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
a:visited {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|
|
.start {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
div {
|
|
background-color: gray;
|
|
width: 30px;
|
|
padding: 0px;
|
|
border: 5px 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">
|
|
<a href="index-open.html"><p>Start</p></a>
|
|
</div>
|
|
</body>
|
|
</html>
|