Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PLMohamed authored Dec 18, 2023
1 parent c292f32 commit 529ace7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="../images/favicon-32x32.png" type="image/x-icon">
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
<title>Qr Code Component</title>
</head>
<body>
<main>
<img src="../images/image-qr-code.png" alt="Qr code">
<img src="images/image-qr-code.png" alt="Qr code">
<div>
<h2>Improve your front-end skills by building projects</h2>
<p class="subtext">Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
</div>
</main>
</body>
</html>
</html>

0 comments on commit 529ace7

Please sign in to comment.