Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added OSW-frontend/public/NewfavIcon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions OSW-frontend/public/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" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/NewfavIcon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand Down Expand Up @@ -34,7 +34,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>OSW</title>
<script src="https://kit.fontawesome.com/326143f435.js" crossorigin="anonymous"></script>
<link href="path-to-bootstrap-css/bootstrap.min.css" rel="stylesheet">
<script src="path-to-bootstrap-js/bootstrap.min.js"></script>
Expand Down