This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
DUT2PTUT/video.html

13 lines
302 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf8" />
<link rel="stylesheet" type="text/css" href="style/styles.css">
<title>Acces camera</title>
</head>
<body>
<h2>Vue camera</h2>
<img href="image/temp.jpg" alt="image camera" />
</body>
</html>