Skip to content

Commit

Permalink
Merge pull request #28 from TirthBhavani9109:main
Browse files Browse the repository at this point in the history
Added favicon
  • Loading branch information
TirthBhavani9109 authored Jun 18, 2024
2 parents 432e998 + 941e182 commit 2cc8dd5
Show file tree
Hide file tree
Showing 28 changed files with 63 additions and 3 deletions.
23 changes: 20 additions & 3 deletions Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/src/Resources/images/android-chrome-192x192.png" type="favicon">
<title>Bot_Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TechTOnions Bot Dashboard</title>

<link rel="apple-touch-icon" sizes="57x57" href="src/Resources/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="src/Resources/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="src/Resources/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="src/Resources/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="src/Resources/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="src/Resources/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="src/Resources/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="src/Resources/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="src/Resources/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="src/Resources/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/Resources/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="src/Resources/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="src/Resources/favicon/favicon-16x16.png">
<link rel="manifest" href="src/Resources/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="src/Resources/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="root"></div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend/src/Resources/favicon/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Frontend/src/Resources/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
Binary file added Frontend/src/Resources/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend/src/Resources/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend/src/Resources/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend/src/Resources/favicon/favicon.ico
Binary file not shown.
41 changes: 41 additions & 0 deletions Frontend/src/Resources/favicon/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend/src/Resources/favicon/ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cc8dd5

Please sign in to comment.