mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
13 lines
322 B
HTML
13 lines
322 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome</title>
|
|
<script src="welcome.js"></script>
|
|
</head>
|
|
<body>
|
|
This page exists to workaround an issue with Chrome that blocks permission
|
|
requests from chrome extensions
|
|
<!-- <button id="requestMicrophone">Request Microphone</button> -->
|
|
</body>
|
|
</html>
|