Skip to content

Commit 5129cc1

Browse files
committed
Maths quiz app updated
1 parent 16a3fb9 commit 5129cc1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

maths-quiz-app/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Maths Quiz App
2+
3+
### A simple Maths Quiz App made using HTML, CSS and JS
4+
5+
### Project Link : [See Here](https://alonepranav.github.io/Project-HTML-CSS-JS/maths-quiz-app)
6+
7+
## Project Images :
8+
9+
<img src="./preview.png"/>

maths-quiz-app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<meta charset="UTF-8">
1616
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1717
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18-
<link rel="shortcut icon" href="https://alonepranav.onrender.com/image/SC.png" type="image/png">
19-
<title>Maths quiz app</title>
18+
<link rel="shortcut icon" href="../favicon.ico" type="image/ico">
19+
<title>Maths Quiz App</title>
2020
<link rel="stylesheet" href="style.css">
2121
<script src="main.js" defer></script>
2222
</head>

maths-quiz-app/preview.png

4.97 KB
Loading

0 commit comments

Comments
 (0)