echoip-slatecave/templates/index.html
2023-02-11 21:46:55 +01:00

11 lines
187 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>
</body>
</html>