Create shutdown.htm
This commit is contained in:
parent
2da63eb5eb
commit
1cef17e135
29
shutdown.htm
Normal file
29
shutdown.htm
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
<html>
|
||||||
|
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>
|
||||||
|
<div class="my-block">
|
||||||
|
It's now safe to turn off<br />
|
||||||
|
your browser
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue