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.

25 lines
1.1 KiB

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