18 lines
523 B
HTML
18 lines
523 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Audio Transcription Options</title>
|
|
<script src="options.js"></script>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="options.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header"><img src="./collabora.png"/> <h1>Audio Transcription</h1></div>
|
|
<div class="button" id="stop">Stop Capture</div>
|
|
</body>
|
|
|
|
</html> |