10 lines
174 B
HTML
10 lines
174 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Public IP Address</title>
|
||
|
{{ template "head.html" .}}
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>IP: {{ .IP }}</h1>
|
||
|
<h2>Reverse DNS: {{ .Hostname }}</h2>
|
||
|
</body>
|
||
|
</html>
|