a few fixes
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
:root {
|
||||
--font-size: 16px;
|
||||
--line-height: 1.6;
|
||||
--content-margin: 40px 10% 0;
|
||||
}
|
||||
|
||||
.responsive {
|
||||
width: 100%;
|
||||
max-width: 496px;
|
||||
@@ -20,18 +26,22 @@
|
||||
}
|
||||
|
||||
.content-margin {
|
||||
margin: 20px 10%;
|
||||
margin: var(--content-margin);
|
||||
padding: 15px;
|
||||
}
|
||||
body {
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 15pt;
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--line-height);
|
||||
letter-spacing: 0.3px;
|
||||
color: black;
|
||||
text-shadow: 0 1px 1px rgba(0,0,0,0.1);
|
||||
}
|
||||
.para-title{
|
||||
font-weight: 600;
|
||||
}
|
||||
footer{
|
||||
margin: 50px 0 25px;
|
||||
margin: 60px 0 25px;
|
||||
}
|
||||
</style>
|
||||
<title><%= it.domain ? it.domain + " is not reachable by IPv4" : "This part of the Internet is not reachable by IPv4" %></title>
|
||||
@@ -49,11 +59,12 @@
|
||||
You have reached the end of the IPv4 Internet.
|
||||
|
||||
<% if (it.back_to_url) { %>
|
||||
<br>
|
||||
The site <%= it.domain %> is not reachable by IPv4.
|
||||
To access
|
||||
<a href="<%= it.back_to_url %>" target="_blank"><%= it.domain %></a>,
|
||||
you need to enable IPv6 on your computer.
|
||||
<p>
|
||||
The site <%= it.domain %> is not reachable by IPv4.
|
||||
To access
|
||||
<a href="<%= it.back_to_url %>" target="_blank"><%= it.domain %></a>,
|
||||
you need to enable IPv6 on your computer.
|
||||
</p>
|
||||
<% } %>
|
||||
|
||||
<br>
|
||||
@@ -66,8 +77,9 @@
|
||||
</p>
|
||||
</div>
|
||||
<footer class="center">
|
||||
This service is provided to you by <a href="https://git.kyun.li/gunter/deno-no-ipv4-here" target="_blank">deno-no-ipv4-here</a>.
|
||||
<i>Inspired by <a href="https://ungleich.ch" target="_blank">ungleich</a>.</i>
|
||||
<p>This service is provided to you by <a href="https://git.kyun.li/gunter/deno-no-ipv4-here" target="_blank">deno-no-ipv4-here</a>.</p>
|
||||
|
||||
<p><i>Inspired by <a href="https://ungleich.ch" target="_blank">ungleich</a>.</i></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user