mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 14:03:28 +02:00
Made it a git repo
This commit is contained in:
10
templates/index.html
Normal file
10
templates/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!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>
|
Reference in New Issue
Block a user