Update index.html
This commit is contained in:
parent
1e77c50c45
commit
ae1a357c15
|
@ -24,6 +24,9 @@ function checkTime(i) {
|
||||||
</head>
|
</head>
|
||||||
<embed src="startup.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
<embed src="startup.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
.start {
|
.start {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
|
Loading…
Reference in a new issue