Skip to content

Commit

Permalink
Add favicon.ico to index.html in staticfiles directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz authored May 18, 2024
1 parent 78671e5 commit 4f1a26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staticfiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/static/vite.svg" />
<link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Master Theorem Evaluator - An intuitive web app designed to calculate and visualize the time complexity of divide and conquer algorithms using the Master Theorem. Try it now to simplify your algorithm analysis!" />
Expand All @@ -16,4 +16,4 @@
<div id="root"></div>
</body>

</html>
</html>

0 comments on commit 4f1a26a

Please sign in to comment.