-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 742 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html> <html>
<head>
<title> QR CODE</title>
<link rel="stylesheet" href="style.css" sizes="32x32" href="./images/favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
</head>
<body>
<div>
<div class="main">
<img src="image-qr-code.png" class="qrcode">
<p class="maintext"> improve your front-end skills
by building projects</p>
<p class="second">
Scan the QR code to visit frontend mentor and take your coding
skills to the next level
</p>
</div>
</div>
</body>
</html>