Files
delta-force-guide-web/index.html
T

14 lines
380 B
HTML
Raw Permalink Normal View History

2026-04-02 09:23:57 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/onixbyte.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>三角洲行动改枪码库</title>
2026-04-02 09:23:57 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>