@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Server</title>
+</head>
+<body>
+ <h1>Server Information</h1>
+ <pre><?= print_r($_SERVER, true) ?></pre>
+</body>
+</html>