Skip to content

Commit

Permalink
feat(Quiz): Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
asovacloud committed May 19, 2020
1 parent f3bba92 commit ad2fb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added image/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 @@ -4,10 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./image/favicon.png" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./libs/bootstrap.min.css">
<link rel="stylesheet" href="./style/style.css">
<title>Quiz</title>
<title>Burger Quiz</title>
</head>

<body>
Expand Down

0 comments on commit ad2fb78

Please sign in to comment.