mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2024-12-26 19:58:20 +01:00
14 lines
257 B
HTML
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>
|