-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 772 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 772 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="styles.css" rel="stylesheet">
<link rel="stylesheet" href="fonts.css">
<title>Frontend Mentor | QR code component</title>
</head>
<body>
<div class="card">
<img src="https://i.postimg.cc/DzX1LnDw/image-qr-code.png">
<h3>Improve your front-end<br> skills by building projects</h3>
<p>Scan the QR code to visit Frontend<br> Mentor and take your coding skills to<br> the next level</p>
</div>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
</div>
</body>
</html>