ip-svc/templates/index.html

13 lines
220 B
HTML
Raw Normal View History

2024-06-02 20:09:02 +00:00
<!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>