mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
17 lines
440 B
HTML
17 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>
|