mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
18 lines
440 B
HTML
18 lines
440 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" onclick="capture()" />
|
||
|
ref.
|
||
|
<a href="https://media-example.kou029w.now.sh/"
|
||
|
>https://media-example.kou029w.now.sh/</a
|
||
|
>
|
||
|
</body>
|
||
|
</html>
|