Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Jun 8, 2024
1 parent 661ebf9 commit 424b151
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

Unlicense license.

代码是抄的,图片是哔哩哔哩的。
代码是抄的,图片是哔哩哔哩的,本网站仅作分享
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ header {
text-align: center;
}

head .logo {
head .logo a {
display: flex;
}

header .logo svg {
display: block;
width: 60px;
width: 70px;
}

header .title h1 {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bilibili Poster</title>
<title>Bilibili 开屏插画</title>
<link rel="icon" type="image/png" href="https://www.bilibili.com/favicon.ico">
<link rel="stylesheet" href="index.css">
</head>
Expand All @@ -31,12 +31,12 @@
</div>
<div class="title">
<h1>(゜-゜)つロ</h1>
<h3>哔哩哔哩插画集锦</h3>
<h3>哔哩哔哩开屏插画集锦</h3>
</div>
<nav>
<ul>
<li><a href="legacy.html">👉Legacy</a></li>
<li><a href="https://github.com/AIboy996/bilibili_poster" target="_blank">关于</a></li>
<li><a href="https://github.com/AIboy996/bilibili_poster" target="_blank">关于</a></li>
</ul>
</nav>
</header>
Expand Down
8 changes: 4 additions & 4 deletions legacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bilibili Poster</title>
<title>Bilibili 开屏插画</title>
<link rel="icon" type="image/png" href="https://www.bilibili.com/favicon.ico">
<link rel="stylesheet" href="index.css">
</head>
Expand All @@ -31,12 +31,12 @@
</div>
<div class="title">
<h1>(゜-゜)つロ</h1>
<h3>哔哩哔哩插画集锦(手动截图)</h3>
<h3>哔哩哔哩开屏插画集锦(手动截图)</h3>
</div>
<nav>
<ul>
<li><a href="index.html">👉Home</a></li>
<li><a href="https://github.com/AIboy996/bilibili_poster" target="_blank">关于</a></li>
<li><a href="index.html">🏠Home</a></li>
<li><a href="https://github.com/AIboy996/bilibili_poster" target="_blank">关于</a></li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit 424b151

Please sign in to comment.