Skip to content

Commit

Permalink
💄 add html
Browse files Browse the repository at this point in the history
  • Loading branch information
markparticle committed Jun 28, 2020
1 parent 12d615e commit e4b0f5a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/html/403.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<!--
* @Author : mark
* @Date : 2020-06-23
* @copyleft GPL 2.0
-->
<!DOCTYPE html>
<html>
<head>
Expand Down
22 changes: 22 additions & 0 deletions resources/html/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>403</title>
</head>
<body class="bg404 error_page">
<section>
<div class="wp">
<div class="cont">
<div class="fr error_cut">
<h1>NO FOUND</h1>
<br/><br/><br/><br/><br/><br/>
<p>请求被拒!</p>
<p>您可以尝试<span class="red">【重新加载此页面】</span></p>
</div>
</div>
</div>
</section>
</body>
</html>

0 comments on commit e4b0f5a

Please sign in to comment.