-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.01 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon-32x32.png" type="image/png" sizes="32x32">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Frontend Mentor | QR Code Component</title>
</head>
<body>
<h1 style="color: var(--dark-blue); margin-bottom: 2.5rem;">{ QR Code Component }</h1>
<div class="qr-code">
<img src="img/image-qr-code.png" alt="A QR Code link to Frontend Mentor Website" class="qr-code__img">
<h2>Improve your front-end skills by building projects</h2>
<p>Scan the QR Code to visit Frontend Mentor and take your coding skills to the next level</p>
</div>
<div>
<p>Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Daniele Zeppieri</a>.</p>
</div>
</body>
</html>