dip/templates/error.html

10 lines
133 B
HTML
Raw Normal View History

<html>
<head>
<title>Public IP Address</title>
</head>
<body>
<h1>Error</h1>
2020-01-20 13:57:11 +01:00
<p>{{ . }} isn't a IP address</p>
</body>
2020-01-20 13:57:11 +01:00
</html>