index.html 1.0 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Default Site</title>
  8. <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
  9. <style>
  10. .jumbotron { margin-top: 50px; }
  11. </style>
  12. </head>
  13. <body>
  14. <div class="container">
  15. <div class="jumbotron">
  16. <h1>Congratulations!</h1>
  17. <p>You've successfully started the Nginx Proxy Manager.</p>
  18. <p>If you're seeing this site then you're trying to access a host that isn't set up yet.</p>
  19. <p>Log in to the Admin panel to get started.</p>
  20. </div>
  21. <p class="text-center"><small>Powered by <a href="https://github.com/jc21/nginx-proxy-manager" target="_blank">Nginx Proxy Manager</a></small></p>
  22. </div>
  23. </body>
  24. </html>