dip/templates/error.html
2020-01-20 13:57:11 +01:00

10 lines
133 B
HTML

<html>
<head>
<title>Public IP Address</title>
</head>
<body>
<h1>Error</h1>
<p>{{ . }} isn't a IP address</p>
</body>
</html>