-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfuture.html
More file actions
31 lines (31 loc) · 1.25 KB
/
future.html
File metadata and controls
31 lines (31 loc) · 1.25 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
<!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">
</head>
<body>
<a href="/">Home</a>
<a href="/Monitor">Monitor</a>
<a href="/Technology">Technology</a>
<a href="/Future">Future</a>
<h1>Future Endeavours</h1>
<ul>
<li>Real-time dashboard with insights and suggest actions using ML</li>
<li>Historical data analysis and find patterns in videos</li>
<li>Live heatmap of people density in a designated area</li>
<li>Notification in mobile phones to alert people who are breaking rules</li>
</ul>
<script>
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</body>
</html>