Rename Chrome extension directory to match the rest.

This commit is contained in:
Marcus Edel
2023-07-11 13:09:09 -04:00
parent 7accea1fdf
commit 365e037b26
11 changed files with 4 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Audio Capture</title>
<script src="popup.js"></script>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="header"><img src="./icon128.png"/> <h1>Audio Transcription</h1></div>
<div class="button-container">
<div class="button" id="startCapture">Start Capture</div>
<div class="button" id="stopCapture" disabled>Stop Capture</div>
</div>
</body>
</html>