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 { .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>