1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00
_/media-capture/index.html
2020-07-21 00:33:19 +09:00

13 lines
305 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Camera Example</title>
<script src="main.js" defer></script>
</head>
<body>
<video autoplay></video>
<input type="button" value="Capture" />
</body>
</html>