dip/templates/index.html

10 lines
174 B
HTML
Raw Normal View History

<html>
<head>
<title>Public IP Address</title>
{{ template "head.html" .}}
</head>
<body>
<h1>IP: {{ .IP }}</h1>
<h2>Reverse DNS: {{ .Hostname }}</h2>
</body>
</html>