diff --git a/shutdown.htm b/shutdown.htm new file mode 100644 index 0000000..ba01bd0 --- /dev/null +++ b/shutdown.htm @@ -0,0 +1,29 @@ + + 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; + } + + + +
+ It's now safe to turn off
+ your browser +
+ +