33 lines
720 B
HTML
33 lines
720 B
HTML
<html>
|
|
<!-- classes were from SparrOS Developer Team -->
|
|
<title>DremJS</title>
|
|
<!-- If you run out of space for start menu, increase number on line 14 -->
|
|
<style>
|
|
.start {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
}
|
|
.astart {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 50px;
|
|
}
|
|
.cwhite {
|
|
color: white;
|
|
}
|
|
div {
|
|
background-color: gray;
|
|
width: 60px;
|
|
padding: 130px;
|
|
border: 5px solid gray;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
<body>
|
|
<iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
|
|
<input type="button" name="resetIFrame" value="Reset"
|
|
class="button" onclick="reset();" />
|
|
</body>
|
|
</html>
|