-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqr-code.html
More file actions
27 lines (22 loc) · 858 Bytes
/
qr-code.html
File metadata and controls
27 lines (22 loc) · 858 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
<!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="qr-code.css">
</head>
<body>
<div class="card">
<img src="honor.img/image-qr-code.png" class="img">
<h2>Improve your front-end skills by building projects</h2>
<p>Scan the QR code to visit Frontend <br> Mentor and take your coding skills to <br> the next level!</p>
</div>
<footer>
<div class="f-title">Challenge by </div>
<a href=" https://www.frontendmentor.io/" target="_blank"> Frontend Mentor </a> |
<div class="f-title">Coded by </div>
<a href="https://www.frontendmentor.io/profile/udogri" target="_blank">Udogri oruaro</a>
</footer>
</body>
</html>