dip/templates/index.html

11 lines
177 B
HTML
Raw Normal View History

<html>
<head>
<title>Public IP Address</title>
{{ template "head.html" .}}
</head>
<body>
2020-01-20 13:57:11 +01:00
<h1>IP : {{ .IP }}</h1>
<h2>Reverse DNS : {{ .Hostname }}</h2>
</body>
2020-01-20 13:57:11 +01:00
</html>