Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Last active October 28, 2021 16:03
Show Gist options
  • Save GaetanoPiazzolla/28aaf1f7953973723692b431a8086af7 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/28aaf1f7953973723692b431a8086af7 to your computer and use it in GitHub Desktop.
<!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