Files
WhisperLive/Audio-Transcription/error.html
T
2023-05-26 03:10:55 +08:00

15 lines
536 B
HTML

<html>
<head>
<title>Audio Transcription Options</title>
<link rel="stylesheet" href="error.css" type="text/css">
</head>
<body>
<div class="header"><img src="./collabora.png"/> <h1>Audio Transcription</h1></div>
<div class="inner">
<h2>Sorry, capture on YouTube is disabled!</h2>
<p>Chrome Web Store does not allow extensions to capture audio from YouTube due to copyright reasons.</p>
<p>Sorry for the inconvenience, please use the extension on other websites.</p>
</div>
</body>
</html>