@deepwaterexploration/dwe-controls
Version:
Web Based UVC Control Driver for the DeepWater Exploration exploreHD and HDCam
22 lines • 482 B
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">
<link rel="shortcut icon" href="/img/wave.png">
<title>DWE OS</title>
<style>
body {
margin: 0;
padding: 0;
}
#root {
margin: 0px;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>