dremjs-old/index-closed.html

58 lines
1.3 KiB
HTML

<html>
<!-- classes were from SparrOS Developer Team -->
<title>DremJS</title>
<embed src="mclose.wav" 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>
.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.7a</p>
<p class="cwhite br2">Build 8</p>
<p class="cwhite br1">&copy Innovation Inc.</p>
<div class="start">
<a href="index-open.html"><p>Start</p></a>
</div>
</body>
</html>