-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Sofates/main
update 404 page test
- Loading branch information
Showing
5 changed files
with
64 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
permalink: /404.html | ||
--- | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>ERROR-404</title> | ||
<meta charset="UTF-8"> | ||
<link rel="icon" href="ico/favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
阿偶,网页好像被社长大坏蛋吃掉了QwQ | ||
</body> | ||
</html> |
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
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
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,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
<head> | ||
<title>社团成员-Member menu</title> | ||
<meta charset="UTF-8"> | ||
<link rel="icon" href="ico/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="css/main.css"><!--统一样式--> | ||
<link rel="stylesheet" href="css/blig.css"><!--blig--> | ||
|
||
<style> | ||
#main{ | ||
width: 100%; | ||
text-align: center; | ||
padding: 20px 0px 20px 0px; | ||
margin-top: 10px; | ||
} | ||
#main p{ | ||
font-size: 25px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<!--背景图片--> | ||
<img class="background-image" src="background/bg1.png" alt="Background Image"> | ||
|
||
|
||
<!--调用blog类页面的头 file://协议不支持,不用惊慌--> | ||
<div id="DivStyle-Glass" class="blig_had"></div><!--日你妈是个blig就给我填上--> | ||
|
||
|
||
<!--正文--> | ||
<div class="DivStyle-Glass" id="main"><!--class="DivStyle-Glass"用于调用默认的毛玻璃效果--> | ||
<h1>社团成员名单</h1> | ||
<p>郭家和-后藤荣次郎</p> | ||
<p>杜雨航-社长</p> | ||
<p>陈子轩-猫耳女仆</p> | ||
</div> | ||
|
||
<script src="js/template.js"></script><!--模版清单!很重要的一个词条库--> | ||
|
||
|
||
</body> | ||
</html> |
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