From 2cfe9482a2c9512b218c54a9ca736670e580c0f5 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Sat, 9 Jan 2021 15:18:15 +0100 Subject: [PATCH] add link to links.rc3.world --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 17b4a39..e5a576c 100644 --- a/index.html +++ b/index.html @@ -38,10 +38,14 @@ img { } #centerbox p { - font-family: 'Cosmic Avenger'; text-align: center; } +.cosmicavenger { + font-family: 'Cosmic Avenger'; + padding-bottom: 4em; +} + #footer { position: absolute; bottom: 0; @@ -57,8 +61,8 @@ img { <body> <div id="centerbox"> <img src="conn-lost.gif" alt="Cat" /> - <p>Connection lost. Reconnecting...</p> - + <p class="cosmicavenger">Connection lost. Reconnecting...</p> + <p>Find links and more information at <a href="https://links.rc3.world">links.rc3.world</a>.</p> </div> <div id="footer"> <p><a href="https://legal.rc3.world">Impressum und Datenschutzerklärung</a></p> -- GitLab