From 6914ffc3078d6bf22d19b8de454e96289a4fa066 Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 29 Mar 2019 00:03:09 +0100 Subject: [PATCH] Added failover for server configuration --- index.css | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 27 ++++++++++++++++++++ index.php | 27 ++++++++++++++++++++ 3 files changed, 129 insertions(+) create mode 100644 index.css create mode 100644 index.html create mode 100644 index.php diff --git a/index.css b/index.css new file mode 100644 index 0000000..085418a --- /dev/null +++ b/index.css @@ -0,0 +1,75 @@ +/* +This style.css is only here for the index.html & index.php when the configuration is not well +it will be merged later when I'm sure i won't edit them +*/ + +@import url(https://fonts.googleapis.com/css?family=Montserrat); +@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); + +h1 { + margin: 0; + font-family: 'Montserrat', sans-serif; + font-size: 4em; + color: rgb(240, 128, 128); + -webkit-text-shadow: 0 2px 1px rgba(240, 128, 128, 0.6), 0 0 2px rgba(240, 128, 128, 0.7); + -moz-text-shadow: 0 2px 1px rgba(240, 128, 128, 0.6), 0 0 2px rgba(240, 128, 128, 0.7); + text-shadow: 0 2px 1px rgba(240, 128, 128, 0.6), 0 0 2px rgba(240, 128, 128, 0.7); + word-spacing: 16px; +} + +p { + font-family: 'Open Sans', sans-serif; + font-size: 1.4em; + font-weight: bold; + color: #222; + text-shadow: 0 0 40px #fff, 0 0 30px #fff, 0 0 20px #fff; +} + +.container { + position: absolute; + top: 0; + bottom: 0; + width: 100%; + background: url(''); + background-size: cover; +} + +.wrapper { + width: 100%; + min-height: 100%; + height: auto; + display: table; +} + +.content { + display: table-cell; + vertical-align: middle; +} + +.item { + width: auto; + height: auto; + margin: 0 auto; + text-align: center; + padding: 8px; +} + +@media only screen and (min-width: 800px) { + h1 { + font-size: 6em; + } + + p { + font-size: 1.6em; + } +} + +@media only screen and (max-width: 320px) { + h1 { + font-size: 2em; + } + + p { + font-size: 1.2em; + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..0335f45 --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + + + + + + Please Enable php OR/AND apache mod_rewrite + + + + +
+
+
+
+

There is an Error

+

Please have php AND apache mod_rewrite enabled

+

AdminPanel by Aviortheking

+

Webpage Source: Ompmega

+
+
+
+
+ + diff --git a/index.php b/index.php new file mode 100644 index 0000000..f48ea63 --- /dev/null +++ b/index.php @@ -0,0 +1,27 @@ + + + + + + + Please Enable apache mod_rewrite + + + + +
+
+
+
+

There is an Error

+

Please have apache mod_rewrite enabled

+

AdminPanel by Aviortheking

+

Webpage Source: Ompmega

+
+
+
+
+ +