Unspaghettification
This commit is contained in:
parent
01052bb2bd
commit
77bc878060
41
index.html
41
index.html
|
@ -8,32 +8,31 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<!-- classes were from SparrOS Developer Team -->
|
<!-- classes were from SparrOS Developer Team -->
|
||||||
<title>DremJS</title>
|
<title>DremJS</title>
|
||||||
<head>
|
<head>
|
||||||
<script src="jquery/jquery-3.3.1.min.js"></script>
|
<script src="jquery/jquery-3.3.1.min.js"></script>
|
||||||
<link rel="icon" href="favicon.ico">
|
<link rel="icon" href="favicon.ico">
|
||||||
|
<embed src="startup.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||||
|
<style>
|
||||||
|
.start {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
}
|
||||||
|
.astart {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 50px;
|
||||||
|
}
|
||||||
|
.cwhite {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<embed src="startup.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
|
||||||
<style>
|
|
||||||
.start {
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
bottom: 0px;
|
|
||||||
}
|
|
||||||
.astart {
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
bottom: 50px;
|
|
||||||
}
|
|
||||||
.cwhite {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<iframe src="index-open.html" frameborder="0" style="height:95%;width:100%"></iframe>
|
<iframe src="index-open.html" frameborder="0" style="height:95%;width:100%"></iframe>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue