From b61ea849506bb9df520a254f22e9f876393843ff Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sun, 2 Oct 2016 18:43:20 +0200 Subject: [PATCH] [index] Show debug status on main page --- css/style.css | 6 ++++++ index.php | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f8305069..32f5c33f 100644 --- a/css/style.css +++ b/css/style.css @@ -46,6 +46,12 @@ header > h2 { } +header > p.status { + font-weight: bold; + margin: 1em; + color: red; +} + section { background-color: #FFFFFF; diff --git a/index.php b/index.php index 9cb9251f..d104caa4 100644 --- a/index.php +++ b/index.php @@ -175,12 +175,20 @@ $formats = Format::searchInformation(); +

RSS-Bridge

·Reconnecting the Web·

+

{$status}

-