Files
2021-07-05 09:56:27 +08:00

25 lines
1.2 KiB
PHP
Executable File

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 Page Not Found</title>
<style type="text/css">
/*css*/
.error-msg{width:100%; border:1px solid #79C9FF; position:relative; background:#E3F0FF;text-align: center}
.error-msg h1{font-weight:100; font-family:微软雅黑; font-size:20px;color:#EA8010;}
.error-msg h1 img{ vertical-align:-10px;}
.error-msg h2{font-weight:100; font-family:微软雅黑; font-size:20px;color:#EA8010;margin-top:30px;}
.error-msg .jindu{width:410px; height:5px; background:#ccc; margin-left:100px; margin-top:30px; border-radius:5px;}
.error-msg .jindu h2{width:300px; height:5px; background:#EA8010;border-radius:5px;}
.error-msg a{width:200px; margin:30px 0px 0px 210px; height:30px; background:#0498FF; border:0px; color:#fff; font-size:14px; font-family:宋体; border-radius:5px; display:block; text-align:center; line-height:30px;cursor:pointer;}
</style>
</head>
<body >
<div class="error-msg auto" style="padding-top: 100px;padding-bottom: 100px;">
<h1><?php echo $heading; ?></h1>
<h2><?php echo $message; ?></h2>
</div>
</body>
</html>