Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 committed Nov 10, 2024
1 parent 4fa7510 commit 0c486ea
Show file tree
Hide file tree
Showing 5 changed files with 5 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>
<style>
body {
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>
<style>
body {
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>
<style>
body {
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>
<style>
body {
Expand Down
1 change: 1 addition & 0 deletions challenges/medcss.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 MEDIUM Quiz</title>
<style>
body {
Expand Down

0 comments on commit 0c486ea

Please sign in to comment.