Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cabfb1c

Browse files
Update favicon
1 parent 2875129 commit cabfb1c

File tree

9 files changed

+31
-7
lines changed

9 files changed

+31
-7
lines changed
File renamed without changes.

‎public/icon-192.png‎

34.8 KB
Loading[フレーム]

‎public/icon-256.png‎

43.6 KB
Loading[フレーム]

‎public/icon-512.png‎

143 KB
Loading[フレーム]

‎public/index.html‎

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,39 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/icon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="author" content="Rohith S P" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<meta name="theme-color" content="#ffffff" />
9+
<title>Rohith | Pathfinding Visualizer</title>
910
<meta
1011
name="description"
1112
content="GUI built using React Framework to visualize Pathfinding Algorithms and Maze Generation Algorithms."
1213
/>
13-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
14+
<meta
15+
prefix="og: http://ogp.me/ns#"
16+
property="og:title"
17+
content="Rohith | Pathfinding Visualizer"
18+
/>
19+
<meta
20+
prefix="og: http://ogp.me/ns#"
21+
property="og:description"
22+
content="GUI built using React Framework to visualize Pathfinding Algorithms and Maze Generation Algorithms."
23+
/>
24+
<meta
25+
prefix="og: http://ogp.me/ns#"
26+
property="og:image"
27+
content="%PUBLIC_URL%/social-image.png"
28+
/>
29+
<meta
30+
prefix="og: http://ogp.me/ns#"
31+
property="og:url"
32+
content="https://rohithaug.github.io/pathfinding-visualizer/"
33+
/>
34+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon-192.png" />
1435
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
15-
<title>Rohith | Pathfinding Visualizer</title>
1636
</head>
1737
<body>
18-
<noscript>You need to enable JavaScript to run this app.</noscript>
1938
<div id="root"></div>
2039
</body>
2140
</html>

‎public/logo192.png‎

-5.22 KB
Binary file not shown.

‎public/logo512.png‎

-9.44 KB
Binary file not shown.

‎public/manifest.json‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
"name": "Pathfinding and Maze Generation Visualizer",
44
"icons": [
55
{
6-
"src": "icon.ico",
6+
"src": "favicon.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "logo192.png",
11+
"src": "logo-192.png",
1212
"type": "image/png",
1313
"sizes": "192x192"
1414
},
1515
{
16-
"src": "logo512.png",
16+
"src": "logo-256.png",
17+
"type": "image/png",
18+
"sizes": "256x256"
19+
},
20+
{
21+
"src": "logo-512.png",
1722
"type": "image/png",
1823
"sizes": "512x512"
1924
}

‎public/social-image.PNG‎

95 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /