Skip to content

Commit

Permalink
feat(docs): add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Nov 11, 2023
1 parent 8976987 commit 5fa7d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="React Quiz Component Demo"><title>React Quiz Component Demo</title><script defer="defer" src="bundle.js"></script><link href="main.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="React Quiz Component Demo"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico"><title>React Quiz Component Demo</title><script defer="defer" src="bundle.js"></script><link href="main.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
1 change: 1 addition & 0 deletions src/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="React Quiz Component Demo">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>React Quiz Component Demo</title>
</head>

Expand Down

0 comments on commit 5fa7d78

Please sign in to comment.