You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
959 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. ?><!DOCTYPE html>
  4. <html lang="ko">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>404 Page Not Found</title>
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
  11. <style type="text/css">
  12. html, body { background-color: #fff; margin:0; font-family: Nunito, sans-serif; color: #636b6f; height:100vh; }
  13. .error-wrap {height: 100vh;display:-ms-flex;display:-webkit-flex; display:flex;justify-content:center;align-items: center;position:relative;}
  14. .error-wrap .code {border-right:2px solid; font-size:26px; padding:0 15px; text-align:center;}
  15. .error-wrap .message {padding:10px; font-size:18px; text-align: center}
  16. </style>
  17. </head>
  18. <body>
  19. <div class="error-wrap">
  20. <div class="code">404</div>
  21. <div class="message">Not Found</div>
  22. </div>
  23. </body>
  24. </html>