Skip to content

Commit

Permalink
added favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
VenusCh001 committed Jan 25, 2024
1 parent 26652f2 commit 1eec04f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Binary file added Dark/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Dark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Kviz: A quiz app</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="favicon.png">

</head>
<body>
<div class="container">
Expand Down
Binary file added Light/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Light/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Kviz: A quiz app</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="favicon.png">

</head>
<body>
<div class="container">
Expand Down
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Kviz: A quiz app</title>
<link rel="icon" href="./assets/logo-kviz.jpg" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="assets/favicon.png">

<style>
/* Add some basic styling for the score history */
#score-history {
Expand Down

0 comments on commit 1eec04f

Please sign in to comment.