default-ip.html 385 B

123456789101112131415
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Nothing here</title>
  7. </head>
  8. <body>
  9. <h1>Nothing here</h1>
  10. <p>
  11. You reached the default site of this server directly using its IP address. There's nothing for you here.
  12. </p>
  13. <small>HTTP <code>404</code></small>
  14. </body>
  15. </html>