diff options
Diffstat (limited to 'show.html')
| -rw-r--r-- | show.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/show.html b/show.html new file mode 100644 index 0000000..80323d7 --- /dev/null +++ b/show.html @@ -0,0 +1,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>
\ No newline at end of file |
