Files
bili-shadowreplay/index.html

14 lines
371 B
HTML
Raw Normal View History

2023-04-08 15:33:41 +08:00
<!DOCTYPE html>
2024-09-01 19:53:23 +08:00
<html lang="zh-cn">
2025-04-29 22:42:24 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BiliBili ShadowReplay</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2023-04-08 15:33:41 +08:00
</html>