Skip to content

Commit

Permalink
Merge pull request #9 from Sofates/main
Browse files Browse the repository at this point in the history
update 404 page test
  • Loading branch information
Sofates authored Sep 29, 2024
2 parents 2637aac + 2c6c931 commit abd82b9
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
15 changes: 15 additions & 0 deletions 404.html
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>
1 change: 0 additions & 1 deletion css/blig.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.blig_had a{
margin-left: 30px;
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@


<div class="DivStyle-Glass" id="right3"><!--关注我们 计划delete?-->
<p>关注我们</p>
<p>关于我们</p>
<p>
<a class="button1" href="https://bilibili.com">Bilibili</a>
<a class="button" href="https://youtube.com">YouTube</a>
<a class="button" href="https://nikoniko.jp">NikoNiko</a>
<a class="button" href="member-menu.html">社团成员</a>
</p>
</div>

Expand Down
44 changes: 44 additions & 0 deletions member-menu.html
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>
4 changes: 3 additions & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
<!--这是blig的had模板-->
<template id="blig_had">
<a id="button1" href="index.html">回到主页</a>
<a id="button" href="#">查看社团博客</a>
<a id="button" href="blog.html">社团博客</a>
<a id="button" href="news.html">社团新闻</a>
<a id="button" href="member-menu.html">社团成员</a>
</template>


Expand Down

0 comments on commit abd82b9

Please sign in to comment.