From 1cef17e1356df3fc2fccc0a167bd063523b10870 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team Date: Mon, 2 Jul 2018 15:51:36 -0500 Subject: [PATCH] Create shutdown.htm --- shutdown.htm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 shutdown.htm 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 +
+ +