Skip to content

Commit 4c40277

Browse files
Add favicon
1 parent b31178f commit 4c40277

10 files changed

Lines changed: 29 additions & 3 deletions

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
<html lang="en" class="dark">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
6+
<link rel="icon" type="image/png" href="%/favicon-96x96.png" sizes="96x96" />
7+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
8+
<link rel="shortcut icon" href="/favicon.ico" />
9+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
10+
<link rel="manifest" href="/site.webmanifest" />
11+
612
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
713
<title>Hack_NCState Today</title>
814
</head>

public/apple-touch-icon.png

10.9 KB
Loading

public/favicon-96x96.png

3.79 KB
Loading

public/favicon.ico

14.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Hack_NCState Today",
3+
"short_name": "HacNCState",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
12.1 KB
Loading
60.7 KB
Loading

src/assets/react.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)