-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform3.html
More file actions
50 lines (47 loc) · 1.64 KB
/
form3.html
File metadata and controls
50 lines (47 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>iED Digi-ID</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="keywords" content="id, digital, online, identity, card">
<meta name="description" content="ID Online">
<meta name="author" content="GROUP 6">
<style>
body {background: #E5E5E5; }
</style>
</head>
<body>
<section class=box>
<img src="images/bar.png" id="imgbar" alt="img_bar" title="img_bar">
<nav>
<a href="id.html"><div id="nav1"></div></a>
<a href="index_postlog.html"><div id="nav2"></div></a>
<a href="calendar.html"><div id="nav3"></div></a>
<div id="bknav"></div>
</nav>
<span class="form3_69">Upload ID photo</span>
<a href="confirm.html"><div class="e53_739"></div></a>
<div class="form3_73"></div>
<div class="form3_75">
<a onclick="document.getElementById('getFile').click()"><div class="form3_76"></div></a>
<input type="file" id="getFile" class="form3_76" style="display:none">
<span class="form3_77">Select</span>
</div>
<span class="form3_78">Upload your local photo here</span>
<span class="form3_82">Or Enter your Photo code here</span>
<div class="form3_83">
<input type="text" class="form3_84">
</div>
<div class="form3_96"></div>
<a href="form4.html"><span class="form3_97">Confirm</span></a>
<div class="e53_737"></div>
<div class="form1_1_1_6">
<a href="form1.html"><div class="form1_1_1_7 nonactive"></div></a>
<a href="form2.html"><div class="form1_1_1_8"></div></a>
<a href="form3.html"><div class="active2"></div></a>
<a href="form4.html"><div class="e1_560"></div></a>
</div>
</section>
</body>
</html>