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

74 lines
1.9 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;
}
.content-margin {
margin: 20px 10%;
}
body {
font-family: Helvetica, sans-serif;
font-size: 15pt;
color: black;
}
.para-title{
font-weight: 600;
}
footer{
margin: 50px 0 25px;
}
</style>
<title>{{ domain|default:"This part of the Internet" }} is not
reachable by IPv4</title>
<meta name="keywords" content="IPv6, IPv4, End of IPv4, IPv6 only">
<meta name="description" content="The end of the IPv4 Internet">
</head>
<body>
<img src="{% static 'img/ipv6onlyhosting-ungleich-deadend.jpg' %}"
alt="ipv6onlyhosting-ungleich-deadend"
class="responsive" width="600" height="400">
<div class="center content-margin">
<p>
You have reached the end of the IPv4 Internet.
{% if domain != "" %}
<br>
The site {{ domain }} is not reachable by IPv4.
To access <a href="{{ back_to_url }}" target="_blank">{{ domain
}}</a>, you need to enable IPv6 on your computer.
{% endif %}
<br>
Find out
<a href="https://ungleich.ch/en-us/cms/blog/2019/02/05/how-to-get-ipv6/">
how to enable IPv6</a>
or
<a href="https://redmine.ungleich.ch/projects/open-infrastructure/wiki/How_to_disable_IPv4_on_your_website">how
to use this service</a> for your IPv6 only service.
</p>
</div>
<footer class="center">
This service is provided to you by <a href="https://ungleich.ch" target="_blank">ungleich</a>.
</footer>
</body>
</html>