ungleich-no-ipv4-here/no_ipv4_here/templates/no_ipv4_here/index.html

46 lines
1.1 KiB
HTML

{% load static from staticfiles %}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.responsive {
width: 100%;
max-width: 496px;
height: auto;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.center {
text-align: center;
padding-top: 15px;
}
</style>
</head>
<body>
<img src="{% static 'img/ipv6onlyhosting-ungleich-deadend.jpg' %}"
alt="ipv6onlyhosting-ungleich-deadend"
class="responsive" width="600" height="400">
<div class="center">
<p>
{% if domain != "" %}
Sorry, this part of {{ domain }} is not reachable by IPv4. Please
upgrade to IPv6 and try to reach <a
href="{{ back_to_url }}">{{ domain }}</a> again.
{% else %}
Sorry, this part of the Internet is not reachable by IPv4. Please
upgrade to IPv6 and try again.
{% endif %}
</p>
</div>
</body>
</html>