Skip to content

Commit

Permalink
changed title and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverHeffernan committed Oct 1, 2024
1 parent d7864d9 commit e561b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title><%= htmlWebpackPlugin.options.title %></title>
<title>Calculator</title>
</head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/11.7.1/math.min.js"></script>
<body>
Expand Down

0 comments on commit e561b52

Please sign in to comment.