mon-adresse-ip.html 393 B

123456789101112131415161718
  1. <!doctype html>
  2. <html lang="fr">
  3. <head>
  4. <title>tetaneutral.net</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <style>
  8. body { background: #ffffff;
  9. font-family: sans-serif;
  10. font-size: large
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <h2>Mon adresse IP</h2>
  16. Mon adresse IP est : <!--#echo var="REMOTE_ADDR" -->
  17. </body>
  18. </html>