forked from markparticle/WebServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12d615e
commit e4b0f5a
Showing
2 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |