mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-16 22:13:33 +02:00
Link to IPv4 page from IPv6 page
This commit is contained in:
@ -24,6 +24,10 @@
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#footer {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.ip {
|
||||
border: 1px solid #cbcbcb;
|
||||
background: #f2f2f2;
|
||||
@ -66,6 +70,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="footer">
|
||||
{{ if .IsV6 }}
|
||||
<a href="http://v4.ifconfig.co">IPv4 page</a>
|
||||
{{end}}
|
||||
</div>
|
||||
<a href="https://github.com/martinp/ifconfigd"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user