mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-02 08:05:06 +08:00
114 lines
3.8 KiB
HTML
114 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Galgame 聚合搜索</title>
|
|
<meta
|
|
name="description"
|
|
content="一个聚合搜索 Galgame 的网站,支持多平台搜索"
|
|
/>
|
|
<meta name="keywords" content="Galgame, 搜索, 聚合搜索, 游戏" />
|
|
<meta name="author" content="Moe-Sakura" />
|
|
<meta property="og:title" content="Galgame 聚合搜索" />
|
|
<meta
|
|
property="og:description"
|
|
content="一个聚合搜索 Galgame 的网站,支持多平台搜索"
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Galgame 聚合搜索" />
|
|
<link rel="shortcut icon" href="./gamepad-solid.svg" type="image/svg+xml" />
|
|
<link
|
|
fetchpriority="low"
|
|
href="https://registry.npmmirror.com/artalk/latest/files/dist/Artalk.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
fetchpriority="low"
|
|
href="https://registry.npmmirror.com/lightgallery/latest/files/css/lightgallery.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<link rel="stylesheet" href="style.css" fetchpriority="high" />
|
|
<script
|
|
importance="high"
|
|
src="https://registry.npmmirror.com/quicklink/latest/files/dist/quicklink.umd.js"
|
|
></script>
|
|
<script
|
|
async
|
|
importance="high"
|
|
src="https://registry.npmmirror.com/pace-js/latest/files/pace.min.js"
|
|
></script>
|
|
<link
|
|
href="https://registry.npmmirror.com/pace-js/latest/files/themes/blue/pace-theme-flash.css"
|
|
importance="high"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<p class="hero-img">
|
|
<img src="https://www.loliapi.com/acg/pc/" alt="随图" />
|
|
</p>
|
|
<div class="container">
|
|
<h1>
|
|
<a href="https://github.com/Moe-Sakura" target="_blank"
|
|
>🎮 Galgame 聚合搜索</a
|
|
>
|
|
</h1>
|
|
<form id="searchForm">
|
|
<label for="game">游戏名或关键词 *</label>
|
|
<input
|
|
type="text"
|
|
id="game"
|
|
name="game"
|
|
required
|
|
placeholder="请输入游戏名称..."
|
|
/>
|
|
<label for="zypassword">紫缘 Gal 密码(可选)</label>
|
|
<input
|
|
type="password"
|
|
id="zypassword"
|
|
name="zypassword"
|
|
placeholder="如需搜索紫缘 Gal 请填写"
|
|
/>
|
|
<a href="https://galzy.eu.org/" target="_blank">点我获取密码</a>
|
|
<button type="submit">开始搜索</button>
|
|
</form>
|
|
<div class="progress" id="progress"></div>
|
|
<div class="error" id="error"></div>
|
|
<div class="results" id="results"></div>
|
|
<div class="footer">
|
|
<p>
|
|
访问:<span id="busuanzi_value_site_pv">null</span>,访客:<span
|
|
id="busuanzi_value_site_uv"
|
|
>null</span
|
|
>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div id="Comments"></div>
|
|
<script
|
|
src="https://registry.npmmirror.com/instant.page/latest/files/instantpage.js"
|
|
type="module"
|
|
></script>
|
|
<script
|
|
fetchpriority="low"
|
|
src="https://registry.npmmirror.com/lightgallery/latest/files/lightgallery.min.js"
|
|
></script>
|
|
<script
|
|
fetchpriority="low"
|
|
src="https://registry.npmmirror.com/artalk/latest/files/dist/Artalk.js"
|
|
></script>
|
|
<script
|
|
fetchpriority="low"
|
|
src="https://registry.npmmirror.com/@artalk/plugin-lightbox/latest/files/dist/artalk-plugin-lightbox.js"
|
|
></script>
|
|
<script src="main.js" fetchpriority="high"></script>
|
|
<script
|
|
async
|
|
src="https://registry.npmmirror.com/js-asuna/latest/files/js/bsz.pure.mini.js"
|
|
fetchpriority="low"
|
|
></script>
|
|
</body>
|
|
</html>
|