15 lines
536 B
HTML
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>
|