diff --git a/index.html b/index.html
index 17b4a39495f7fa8c56a04c5006cf538bc27798da..e5a576c96369c30be381aa6e0e8c448075af6c87 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>