-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (39 loc) · 2.04 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="gallery.html">
</head>
<body>
<div class="video-container">
<video autoplay style="transform: scale(1);" style="background-color: none;"></video>
</div>
<button id="record" ><span></span></button>
<button id="capture"><span ></span></button>
<button id="gallery"><div>Gallery</div></button>
<div class="filters">
<div class="filter f1" style="background-color: #5fc17e60;background-blend-mode: color-burn;"></div>
<div class="filter f2" style="background-color: #a8882f51; background-blend-mode: color-burn;"></div>
<div class="filter f1" style="background-color: #0c173b4c;background-blend-mode: color-burn;"></div>
<div class="filter f2" style="background-color: #2ee3a14a; background-blend-mode: color-burn;"></div>
<div class="filter f1" style="background-color: #281a1f4d;background-blend-mode: color-burn;"></div>
<div class="filter f2" style="background-color: #f2ccc472; background-blend-mode: color-burn;"></div>
<div class="filter f1" style="background-color: #10627f50;background-blend-mode: color-burn;"></div>
<div class="filter f2" style="background-color: #59549e51; background-blend-mode: color-burn;"></div>
<div class="filter f1" style="background-color: #00b89355;background-blend-mode: color-burn;"></div>
<div class="filter f3 " ></div>
<div class="zoom_in"><div class="material-symbols-outlined">
add
</div></div>
<div class="zoom_out"><div class="material-symbols-outlined">
remove
</div></div>
</div>
<script src="indexDB.js"></script>
<script src="script.js"></script>
</body>
</html>