-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamera.html
More file actions
34 lines (31 loc) · 1.51 KB
/
camera.html
File metadata and controls
34 lines (31 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Complaint Box</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<div class="navbar">
<img src="logo.png" alt="Nirmal Bharat: Tech For a clean Future">
<h1><pre> Nirmal Bharat:</pre> <pre> Tech For a clean Future</pre></h1>
<img style="float: right;" margin:0 auto; src="https://png.pngtree.com/png-vector/20220719/ourmid/pngtree-green-leaf-icon-vector-png-image_6005736.png" alt="Tree" width="120px" height="100px" >
<b><h2><pre> Clean India</pre><pre> Green India </pre></h2></b>
</div>
</head>
<body>
<div class="upload">
<label for="input-file" id="drop-area">
<input type="file" accept="image/,video/" id="input-file" hidden>
<div class="img-view">
<img src="upload.png">
<p>Drag and Drop Or Click here<br> to upload images or videos</p>
<span>Upload any images or videos from desktop</span>
</div>
</label>
</div>
<div class="text" contenteditable="true">
Type Your complaint here.....
</div>
</body>
</html>