Update index.html
This commit is contained in:
parent
1b71127f12
commit
aa5e4a4086
|
@ -24,9 +24,6 @@ function checkTime(i) {
|
|||
</head>
|
||||
<embed src="startup.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
.start {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
@ -43,7 +40,7 @@ function checkTime(i) {
|
|||
|
||||
</style>
|
||||
|
||||
<body onload="startTime();">
|
||||
<body background="background.png" onload="startTime();">
|
||||
<div class="cwhite" id="txt"></div>
|
||||
<iframe src="index-closed.html" style="height:580px;width:1200px"></iframe>
|
||||
<a href="index2.html"><button>Home</button></a>
|
||||
|
|
Loading…
Reference in a new issue