-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadminverification.html
More file actions
63 lines (58 loc) · 1.45 KB
/
Copy pathadminverification.html
File metadata and controls
63 lines (58 loc) · 1.45 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
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<title>DS</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- navbar -->
<header class="header">
<nav class="navbar">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">Help</a>
<a href="login.html">Log out</a>
</nav>
<div class="company">
<h2 class="logo"></i>DOCSAFE</h2>
</div>
</header>
<!-- login -->
<div class="background"></div>
<div class="container">
<div class="item">
</div>
<br><br>
<div class="des">
<p>User Name:
<p>
</div>
<br>
<center>
<table>
<tr>
<th>File Name</th>
<th>verification status</th>
</tr>
<tr>
<td>Germany</td>
<td><button class="btn">verify</button></td>
<tr>
<td>Germany</td>
<td><button class="btn">verify</button></td>
</tr>
<tr>
<td>Germany</td>
<td><button class="btn">verify</button></td>
</table>
</center>
</div>
<!-- SIGN UP FORM CREATION -->
<script src="index.js"></script>
</body>
</html>