dip/templates/index.html
2020-01-21 18:42:34 +01:00

10 lines
142 B
HTML

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