Skip to content
Snippets Groups Projects
Commit 771a6a51 authored by psy's avatar psy
Browse files

add imprint

parent f44b2f16
No related branches found
No related tags found
No related merge requests found
Pipeline #5497 passed
......@@ -18,13 +18,7 @@ img {
margin-right: auto;
}
p {
font-family: 'Cosmic Avenger';
color: white;
text-align: center;
}
div {
#centerbox {
width: 800px;
height: 200px;
......@@ -36,6 +30,23 @@ div {
margin: auto;
}
#centerbox p {
font-family: 'Cosmic Avenger';
color: white;
text-align: center;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
margin: auto;
}
#footer p {
text-align: center;
}
</style>
</head>
<body>
......@@ -43,5 +54,8 @@ div {
<img src="conn-lost.gif" alt="Cat" />
<p>Connection lost. Reconnection...</p>
</div>
<div id="footer">
<p><a href="https://legal.rc3.world">Impressum und Datenschutzerklärung</a></p>
</div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment