You've already forked bilibili-subtitle
18 lines
695 B
HTML
18 lines
695 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="light">
|
|
<head>
|
|
<title>哔哔君 - 哔哩哔哩字幕列表选项</title>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<link rel="icon" href="/favicon-16x16.png" sizes="16x16">
|
|
<link rel="icon" href="/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" href="/favicon-64x64.png" sizes="64x64">
|
|
<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" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/src/Main.tsx"></script>
|
|
</body>
|
|
</html>
|