mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-11-17 14:40:28 +08:00
Update error.html
This commit is contained in:
parent
8f19ca6e2a
commit
d64fc42c46
1 changed files with 6 additions and 6 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
||||
<title>不存在的次元</title>
|
||||
<meta name="description" content="error page">
|
||||
<meta name="author" content="morica lau">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no"">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
|
||||
<style type="text/css">
|
||||
@charset 'UTF-8';
|
||||
@font-face {
|
||||
|
|
@ -43,7 +43,7 @@ a:hover {
|
|||
color: #ea9629
|
||||
}
|
||||
.message,
|
||||
home {
|
||||
homePage {
|
||||
font-family: "微软雅黑", "华文细黑", "宋体", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei;
|
||||
}
|
||||
.message {
|
||||
|
|
@ -55,5 +55,5 @@ home {
|
|||
</head>
|
||||
<body>
|
||||
<div><span class="code">404 · </span><span class="message">未知领域!!</span></div>
|
||||
<div><a class="home" href="https://yourwebsite">传送回城</a></div></body>
|
||||
<div><a class="homePage" href="https://yourwebsite">传送回城</a></div></body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue