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