mirror of
https://github.com/lingke-net/Space.Tab.git
synced 2026-09-12 05:45:17 +08:00
16 lines
495 B
HTML
16 lines
495 B
HTML
<!doctype html>
|
|||
|
|
<html lang="zh-CN">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="http://lunova.studio/wp-content/uploads/2025/08/space.png" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<!-- 只用本地极验JS -->
|
||
|
|
<script src="/gt4.js" async></script>
|
||
|
|
<title>Space | 搜索</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script type="module" src="/src/client/main.ts"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|