-
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.04 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.04 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">
<title>QR Code</title>
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<main class="main">
<div class="card">
<img src="images/image-qr-code.png" alt="QR code linking to Frontend Mentor site">
<h1 class="heading outfit-font">Improve your front-end skills by building projects</h1>
<p class="description outfit-font">Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
</div>
</main>
<footer class="footer">
<p class=" footer-details outfit-font">Challenge by <a class="footer-links" href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a class="footer-links" href="https://github.com/mdismail13" target="_blank">mdismail13</a>.</p>
</footer>
</body>
</html>