Put text below the image

This commit is contained in:
PCoder 2019-01-30 00:13:34 +01:00
parent b590f3c497
commit bed453a208
1 changed files with 7 additions and 4 deletions

View File

@ -18,20 +18,23 @@
.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>
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.</p>
</div>
<img src="{% static 'img/ipv6onlyhosting-ungleich-deadend.jpg' %}"
alt="ipv6onlyhosting-ungleich-deadend"
class="responsive" width="600" height="400">
</body>
</html>