blob: 80323d793308c47483d1e9497bae8a719012b207 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="#" alt="no image" id="preview">
</body>
<script src="scripts/microphone.js"></script>
</html>
|