echoip-slatecave/templates/index.html
2023-02-12 01:24:39 +01:00

14 lines
257 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Your IP: {{ ip }}</title>
</head>
<body>
<h1>Your IP-Address is: {{ ip }}</h1>
<p>Your requested format was: <b>{{format}}</b></p>
{% if hostname %}
<p>Hostname: <b>{{hostname}}</b></p>
{% endif %}
</body>
</html>