-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog_space.html
More file actions
39 lines (34 loc) · 1.43 KB
/
log_space.html
File metadata and controls
39 lines (34 loc) · 1.43 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HRI Survey</title>
<link href="https://vjs.zencdn.net/8.23.4/video-js.css" rel="stylesheet" />
<link rel="stylesheet" href="styles.css">
</head>
<body>
<title>HRI Survey</title>
<div id="main"></div>
<div class="video-container">
<video id="my-video" fluid class="video-js" preload="auto" data-setup='{"controlBar": {"pictureInPictureToggle": false}}'>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank"
>supports HTML5 video</a
>
</p>
</video>
</div>
<div id="you" class="subtitle" style="color:white;"></div>
<div id="nao" class="subtitle" style="color:aqua;"></div>
<script src="https://vjs.zencdn.net/8.23.4/video.min.js"></script>
<script type="module" src="./log_space.js"></script>
</body>
</html>