35 lines
681 B
HTML
35 lines
681 B
HTML
<html>
|
|
<!-- classes were from SparrOS Developer Team -->
|
|
<title>DremJS</title>
|
|
<head>
|
|
<script src="jquery/jquery-3.3.1.min.js"></script>
|
|
</head>
|
|
<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:600px;width:1100px"></iframe>
|
|
<br />
|
|
<INPUT TYPE="button" onClick="history.go(0)" VALUE="Home">
|
|
</body>
|
|
</html>
|