-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmonitor.html
47 lines (47 loc) · 1.86 KB
/
monitor.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Social Distance Monitoring">
<meta property="og:title" content="Social Distance Monitoring" />
<meta property="og:description" content="Social Distance Monitoring" />
<meta property="og:image" itemprop="image" content="social_distance.jfif">
<meta property="og:type" content="website" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<a href="/">Home</a>
<a href="/Monitor">Monitor</a>
<a href="/Technology">Technology</a>
<a href="/Future">Future</a>
<div class="grid-container">
<div class="grid-item">
<video class="vid" id="video1" controls preload="none">
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="grid-item">
<video class="vid" id="video2" controls preload="none">
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="grid-item">
<video class="vid" id="video3" controls preload="none">
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="grid-item">
<video class="vid" id="video4" controls preload="none">
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</body>
</html>