web-backset.cn/apps/web-main/index.html

16 lines
464 B
HTML
Raw Normal View History

2023-02-27 11:23:36 +08:00
<!DOCTYPE html>
2023-03-01 23:59:13 +08:00
<html>
2023-02-27 11:23:36 +08:00
<head>
<meta charset="UTF-8" />
2023-02-27 15:41:19 +08:00
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2023-02-27 11:23:36 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
2023-03-01 23:59:13 +08:00
<link rel="stylesheet" href="/player/tcplayer_pure.min.css" />
2023-02-27 11:23:36 +08:00
</head>
<body>
<div id="bs-app"></div>
<script type="module" src="/src/main.tsx"></script>
2023-03-02 16:40:25 +08:00
<script src="/hls.js"></script>
2023-02-27 11:23:36 +08:00
</body>
</html>