Create shuttingdown.html

This commit is contained in:
DremOS Developing Team 2018-09-21 13:19:30 -05:00 committed by GitHub
parent 2da88a6be6
commit a0066c055e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
shuttingdown.html Normal file
View file

@ -0,0 +1,29 @@
<html>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
display: table;
background-color: #000000;
}
.my-block {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.orange {
color: orange;
}
</style>
</head>
<body>
<embed src="shutdown.mp3" width="0" height="0" loop="false" autostart="true" hidden="true" />
<div class="my-block">
<img src="shutdown.gif"
</div>
</body>
</html>