Skip to content

Commit

Permalink
Merge pull request #2403 from SrijaVuppala295/i
Browse files Browse the repository at this point in the history
Added icon in all the pages !!
  • Loading branch information
iamrahulmahato authored Nov 10, 2024
2 parents f55ec1a + d44c1b9 commit f908f07
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions challenges/challengehtml.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/faviconicon.png" type="image/x-icon">
<title>HTML Quiz</title>
<link rel="shortcut icon" href="./assets/image/favicon.png" type="image/x-icon">
<style>
Expand Down
1 change: 1 addition & 0 deletions challenges/easycss.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/faviconicon.png" type="image/x-icon">
<title>CSS EASY Quiz</title>
<link rel="shortcut icon" href="./assets/image/favicon.png" type="image/x-icon">
<style>
Expand Down
1 change: 1 addition & 0 deletions challenges/hardcss.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/faviconicon.png" type="image/x-icon">
<title>Hard CSS Quiz</title>
<link rel="shortcut icon" href="./assets/image/favicon.png" type="image/x-icon">
<style>
Expand Down
1 change: 1 addition & 0 deletions challenges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/faviconicon.png" type="image/x-icon">
<title>Web Development Challenges</title>
<link rel="shortcut icon" href="./assets/image/favicon.png" type="image/x-icon">
<style>
Expand Down
2 changes: 2 additions & 0 deletions challenges/medcss.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="shortcut icon" href="/faviconicon.png" type="image/x-icon">

<title>CSS MEDIUM Quiz</title>
<link rel="shortcut icon" href="./assets/image/favicon.png" type="image/x-icon">

Expand Down

0 comments on commit f908f07

Please sign in to comment.