Skip to content

Commit

Permalink
XXXXXXX
Browse files Browse the repository at this point in the history
  • Loading branch information
flight025 committed Dec 26, 2024
1 parent facfdff commit a7b7e1e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



<title>Archives | 阿波尔的博客</title>
<title>archives | 阿波尔的博客</title>

<link rel="stylesheet" href="https://www.zaqizaba.xyz//css/styles.css">
<link rel="stylesheet" href="https://www.zaqizaba.xyz/css/fonts.css" integrity="nHA4sQes5N4kC/1rRzsd9KcxNPPEG1e4F7kjT3rg7mhweyYUuxGU985+SOHzZCsN" crossorigin="anonymous"></script>
Expand Down Expand Up @@ -126,7 +126,7 @@
</div>

<div class="container">
<h1 class="subtitle is-size-4-mobile is-size-3-desktop">Archives</h1>
<h1 class="subtitle is-size-4-mobile is-size-3-desktop">archives</h1>
<div class="content">


Expand Down
17 changes: 15 additions & 2 deletions comments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,25 @@ <h1 class="subtitle is-size-4-mobile is-size-3-desktop">comments</h1>
<p align="left"><strong>文章站外搜索✨</strong></p>
<form id="search" action='//www.google.com/search' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1" style="width: 100%; max-width: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center; padding: 20px;">

<input type="text" name="q" maxlength="20" placeholder="Google Search" style="width: 100%; max-width: 500px; padding: 12px; font-size: 1rem; color: #333; border: 1px solid #ccc; border-radius: 4px; margin-right: 10px;">
<input type="text" name="q" maxlength="20" placeholder="Google Search" style="width: 100%; max-width: 600px; padding: 12px; font-size: 1rem; color: #333; border: 1px solid #ccc; border-radius: 4px; margin-right: 10px; transition: border 0.3s;">
<input type="hidden" name="sitesearch" value="https://www.zaqizaba.xyz/">
<button type="submit" style="padding: 12px 20px; background-color: #202020; color: white; border: none; border-radius: 4px; font-size: 1rem; cursor: pointer; text-transform: uppercase;">

<button type="submit" style="padding: 12px 20px; background-color: #760411; color: white; border: none; border-radius: 4px; font-size: 1rem; cursor: pointer; text-transform: uppercase; transition: background-color 0.3s;">
搜索
</button>
</form>

<style>

#search button:hover {
background-color: #202020;
}


#search input::placeholder {
color: #4285F4;
}
</style>
</div>
<p align="left"><strong>IP链接测试🎇</strong></p>
<iframe src="https://ip.skk.moe/simple" style="width: 100%; border: 0"></iframe>
Expand Down

0 comments on commit a7b7e1e

Please sign in to comment.