mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
Kohei Watanabe
5423a81ecd
git-subtree-dir: media-capture git-subtree-mainline:4093180b5b
git-subtree-split:3d4b98a2c6
13 lines
305 B
HTML
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>
|