-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.09 KB
/
index.html
File metadata and controls
28 lines (24 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css">
<link href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300&display=swap" rel="stylesheet">
<title>QR code component</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="popup">
<div class="popup-content">
<img src="imagens/image-qr-code.png" alt="Imagem Destacada" class="popup-image">
<h1 class="popup-title">Improve your front-end skills by building projects</h1>
<p class="popup-description">Scan the QR code to visit Frontend Mentor and take your
coding skills to the next</p>
</div>
</div>
</body>
</html>