Update shuttingdown.html
This commit is contained in:
parent
a0066c055e
commit
fa4b4cf770
|
@ -1,4 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="5; url='shutdown.html'">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -19,11 +22,11 @@
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<embed src="shutdown.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
|
<embed src="shutdown.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
|
||||||
<div class="my-block">
|
<div class="my-block">
|
||||||
<img src="shutdown.gif"
|
<img src="shutdown.gif">
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue