You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
808 B
HTML
32 lines
808 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>大头贴</title>
|
|
<link rel="stylesheet" href="css/index.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="p-root">
|
|
<video muted autoplay width="1200" height="1200"></video>
|
|
<canvas width="1200" height="1200"></canvas>
|
|
<img src="imgs/01.png">
|
|
<div>拍照</div>
|
|
<div>
|
|
<div>确定</div>
|
|
<div>取消</div>
|
|
</div>
|
|
</div>
|
|
<!--下面放图片模板-->
|
|
<div class="p-imgs">
|
|
</div>
|
|
<!--下面放拍好的照片-->
|
|
<div class="p-imgs">
|
|
</div>
|
|
<script type="module" src="js/index.js"></script>
|
|
</body>
|
|
|
|
</html> |