-
Notifications
You must be signed in to change notification settings - Fork 0
/
concept.html
27 lines (22 loc) · 861 Bytes
/
concept.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="main.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="concept">
<div id="conceptLeft">
</div>
<div id = "conceptRight">
<img src="assets/point-cloud-concept-arrow.png" alt="Girl in a jacket" onclick = "window.location.href='manual.html'">
<!-- <video width="100%" controls>
<source src="https://cdn.glitch.me/b4417348-acad-4da1-ba75-1cf388b9fc55/demo.mov?v=1650672193093" type="video/mp4">
Your browser does not support HTML video.
</video> -->
</div>
</div>
</body>
</html>