123456789101112131415161718 |
- <!doctype html>
- <html lang="fr">
- <head>
- <title>tetaneutral.net</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <style>
- body { background: #ffffff;
- font-family: sans-serif;
- font-size: large
- }
- </style>
- </head>
- <body>
- <h2>Mon adresse IP</h2>
- Mon adresse IP est : <!--#echo var="REMOTE_ADDR" -->
- </body>
- </html>
|