dremjs-old/index.html
2019-04-21 17:11:27 -05:00

42 lines
1 KiB
HTML

<!--
____ _______
/ __ \________ ____ ___ / / ___/
/ / / / ___/ _ \/ __ `__ \__ / /\__ \
/ /_/ / / / __/ / / / / / /_/ /___/ /
/_____/_/ \___/_/ /_/ /_/\____//____/
-->
<html>
<!-- classes were from SparrOS Developer Team -->
<title>DremJS</title>
<head>
<script src="jquery/jquery-3.3.1.min.js"></script>
<link rel="icon" href="favicon.ico">
</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>
<center>
<iframe src="taskbar.html" stype="height:10%;width:100%"></iframe>
<iframe src="index-closed.html" style="height:90%;width:100%"></iframe>
<a href="index2.html"><button>Home</button></a>
</center>
</body>
</html>