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 {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<img src="{% static 'img/ipv6onlyhosting-ungleich-deadend.jpg' %}"
|
||||||
|
alt="ipv6onlyhosting-ungleich-deadend"
|
||||||
|
class="responsive" width="600" height="400">
|
||||||
|
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<p>
|
<p>
|
||||||
Sorry, this part of {{ domain }} is not reachable by IPv4. Please
|
Sorry, this part of {{ domain }} is not reachable by IPv4. Please
|
||||||
upgrade to IPv6 and try to reach <a
|
upgrade to IPv6 and try to reach <a
|
||||||
href="{{ back_to_url }}">{{ domain }}</a> again.</p>
|
href="{{ back_to_url }}">{{ domain }}</a> again.</p>
|
||||||
</div>
|
</div>
|
||||||
<img src="{% static 'img/ipv6onlyhosting-ungleich-deadend.jpg' %}"
|
|
||||||
alt="ipv6onlyhosting-ungleich-deadend"
|
|
||||||
class="responsive" width="600" height="400">
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue