File tree 3 files changed +11
-2
lines changed 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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 " />
Original file line number Diff line number Diff line change 15
15
< meta charset ="UTF-8 ">
16
16
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
17
17
< 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 >
20
20
< link rel ="stylesheet " href ="style.css ">
21
21
< script src ="main.js " defer > </ script >
22
22
</ head >
You can’t perform that action at this time.
0 commit comments