legacyip-warn/snippets/legacy-banner.conf

32 lines
1.1 KiB
Plaintext

set $legacy "
<script src='/legacywarn.js'></script>
<style>
#legacywarnoverlay {
position: fixed;
width: 100%;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.9);
z-index: 16777271;
cursor: pointer;
text-align: center;
display: none;
}
#legacywarnoverlay p {
padding: 10px;
color: white;
}
#legacywarnoverlay p a {
text-decoration: underline;
color: white;
}
#legavywarnoverlay p a:hover {
text-decoration: none;
}
</style>
<div id='legacywarnoverlay'>
<p>Du besuchst diese Seite mit einem <strong>veralteten</strong> IPv4-Internetzugang. M&ouml;glicherweise treten in Zukunft Probleme mit der Erreichbarkeit und Performance auf. Bitte frage deinen Internetanbieter oder Netzwerkadministrator nach IPv6-Unterst&uuml;tzung.<br>
You are visiting this site with an <strong>outdated</strong> IPv4 internet access. You may experience problems with accessibility and performance in the future. Please ask your ISP or network administrator for IPv6 support.<br>
<a href='https://margau.net/ipv6' target='_blank'>Weitere Infos | More Information</a><br>Klicke zum schlie&szlig;en | Click to close</p></div></body>";