Files

16 lines
495 B
HTML
Raw Permalink Normal View History

2025-08-16 14:25:11 +08:00
<!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>