Files
web-fusion/index.html

16 lines
391 B
HTML
Raw Normal View History

2026-01-22 15:18:09 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
2026-03-26 13:38:35 +08:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yolo终端</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.js"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer></script>
</body>
</html>