Browse Source

ajout script pour trouver mon IP

Matthieu Herrb 6 years ago
parent
commit
66d47ad58e
1 changed files with 18 additions and 0 deletions
  1. 18 0
      mon-adresse-ip.html

+ 18 - 0
mon-adresse-ip.html

@@ -0,0 +1,18 @@
+<!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>