From 11c5c34011acfe90f57f9d4c7d7f4cac2fb01aaf Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Thu, 16 Jun 2016 01:45:39 -0700 Subject: [PATCH] Warn services are down --- index.css | 12 ++++++++++++ index.html | 1 + 2 files changed, 13 insertions(+) diff --git a/index.css b/index.css index 8399f12..f3c9e6a 100644 --- a/index.css +++ b/index.css @@ -19,6 +19,17 @@ body > .quote { margin-bottom: 10px; } +#downtime { + column-span: all; + display: block; + -webkit-column-span: all; + -moz-column-span: all; + background: #ffbbbb; + width: 90%; + margin: auto; + text-align: center; +} + #header { column-span: all; display: block; @@ -28,6 +39,7 @@ body > .quote { width: 90%; margin: auto; text-align: center; + display: none; } section { diff --git a/index.html b/index.html index 4d3ac99..ab05b2a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ +
Many services hosted at za3k.com (including sections of the website) are temporarily down right now. I apologize for the inconvenience.
-- 2.47.3