You've already forked bilibili-subtitle
17 lines
630 B
HTML
17 lines
630 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh" data-theme="light">
|
|
<head>
|
|
<title>bilibili-subtitle - 哔哩哔哩字幕</title>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<link rel="icon" href="/favicon-128x128.png" sizes="128x128">
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="哔哩哔哩字幕" />
|
|
<meta name="keywords" content="哔哩哔哩,b站,字幕" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/src/Main.tsx"></script>
|
|
</body>
|
|
</html>
|