-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (20 loc) · 950 Bytes
/
index.html
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon-32x32.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@200;500&family=Kdam+Thmor+Pro&display=swap" rel="stylesheet">
<title>QR CODE</title>
</head>
<body>
<h1 class="middle-container"> <img class="qr" src="Images/image-qr-code.png" alt="Image did not load">
<p class="heading">Improve your front-end skills by building projects</p>
<p class="qr-cont">Scan the QR to visit Frontend Mentor and take your coding skills to next level</p>
</h1>
</body>
</html>