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

18 lines
420 B
HTML
Raw 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
ref.
<a href="https://media-example.kou029w.now.sh/"
>https://media-example.kou029w.now.sh/</a
>
</body>
</html>