-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathid.html
More file actions
31 lines (29 loc) · 928 Bytes
/
id.html
File metadata and controls
31 lines (29 loc) · 928 Bytes
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
<!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>
<div class="box_id">
<span class="v1">Valid until</span>
<span class="v2">08-09-2027</span></div>
<a href="info.html"><img src="images/qr_code.png" id="imgqr" class="id_img" alt="img_qr" title="img_qr"></a>
</section>
</body>
</html>