ip-svc/templates/index.html
2024-06-02 22:09:02 +02:00

13 lines
220 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>My IP</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
IPv4: asdf
IPv6: asdf
</body>
</html>