Files
oneos-/index.html
kkfluous 621e069c24
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: Update page title to 羚牛氢能OneOS
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 21:39:57 +08:00

14 lines
305 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>羚牛氢能OneOS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>