1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/media-capture/index.html

14 lines
305 B
HTML
Raw Permalink Normal View History

2019-11-02 23:54:21 +09:00
<!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" />
2019-11-02 23:54:21 +09:00
</body>
</html>