Last active
October 28, 2021 16:03
-
-
Save GaetanoPiazzolla/28aaf1f7953973723692b431a8086af7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Recorder</title> | |
<meta charset="UTF-8"/> | |
</head> | |
<body> | |
<div> | |
<button id="record-button">RECORD</button> | |
</div> | |
<script src="./index.js"></script> | |
<video class="video" controls style="visibility: hidden"></video> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment