-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (55 loc) · 1.37 KB
/
index.html
File metadata and controls
80 lines (55 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700,800&display=swap" rel="stylesheet">
</head>
<body>
<form class="" action="prorun.php" method="post">
<div class="cont">
<div class="form sign-in">
<h2>Real Time Face Mask Detection And Age Prediction</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<button style="color:black;" class="submit" type="submit" on>Video Stream </button>
</div>
<div class="sub-cont">
<div class="img">
</div>
</form>
</body>
</html>
<!--<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600,700,800&display=swap" rel="stylesheet">
</head>
<body>
<form class="" action="prorun.php" method="post">
<div class="cont">
<div class="form sign-in">
<h2>Real Time Face Mask Detection And Age Prediction</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<button class="submit" type="button">Video Stream</button>
</div>
<div class="sub-cont">
<div class="img">
</div>
</div>
</div>
</form>
</body>
</html> -->