Made it a git repo

This commit is contained in:
Slatian
2023-02-11 21:46:55 +01:00
commit afdec2b8a2
5 changed files with 1541 additions and 0 deletions

10
templates/index.html Normal file
View 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>