Put text below the image
This commit is contained in:
parent
b590f3c497
commit
bed453a208
1 changed files with 7 additions and 4 deletions
|
@ -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>
|
Loading…
Reference in a new issue