1 Star 1 Fork 0

彪大大/error_page

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.html 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
Double 提交于 2019-04-15 12:38 . Add files via upload
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>404 Page not foud</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Passion+One:900" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
*{-webkit-box-sizing:border-box;box-sizing:border-box}body{padding:0;margin:0}#notfound{position:relative;height:100vh}#notfound .notfound{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound{max-width:710px;width:100%;padding-left:190px;line-height:1.4}.notfound .notfound-error{position:absolute;left:0;top:0;width:150px;height:150px}.notfound .notfound-error h1{font-family:'Passion One',cursive;color:#00b5c3;font-size:150px;letter-spacing:15.5px;margin:0;font-weight:900;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound h2{font-family:'Raleway',sans-serif;color:#292929;font-size-:28px;font-weight-:700;text-transform:uppercase;letter-spacing:2.5px;margin-top:0}.notfound h1{font-family:'Raleway',sans-serif;color:#db2828;font-size-:36px;font-weight-:700;text-transform:uppercase;letter-spacing:2.5px;margin-top:0;width:100%}.notfound p{font-family:'Raleway',sans-serif;font-size:14px;font-weight:400;margin-top:0;margin-bottom:15px;color:#333}.notfound a{font-family:'Raleway',sans-serif;font-size:14px;text-decoration:none;text-transform:uppercase;background:#fff;display:inline-block;padding:15px 30px;border-radius:40px;color:#292929;font-weight:700;-webkit-box-shadow:0 4px 15px -5px rgba(0,0,0,0.3);box-shadow:0 4px 15px -5px rgba(0,0,0,0.3);-webkit-transition:.2s all;transition:.2s all}.notfound a:hover{color:#fff;background-color:#00b5c3}@media only screen and (max-width:480px){.notfound{text-align:center}.notfound .notfound-error{position:relative;width:100%;margin-bottom:15px}.notfound{padding-left:15px;padding-right:15px}}
</style>
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-error">
<h1>:(</h1>
</div>
<h1>404<h1>
<h2>Page not found</h2>
<p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
<a href="#">home page</a>
</div>
</div>
</body><!-- This templates was made by Colorlib (https://colorlib.com) -->
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/hityb/error_page.git
git@gitee.com:hityb/error_page.git
hityb
error_page
error_page
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385