Skip to content

Commit 6efd06d

Browse files
committed
Update index.html
1 parent c32b35b commit 6efd06d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@
77
<meta name="description" content="CyberGutta - A group of students building innovative tools and projects. Join us in creating the future of technology." />
88
<meta name="author" content="CyberGutta" />
99

10+
<!-- Favicon -->
11+
<link rel="icon" type="image/png" href="/CG.png" />
12+
<link rel="shortcut icon" href="/favicon.ico" />
13+
<link rel="apple-touch-icon" href="/CG.png" />
14+
1015
<meta property="og:title" content="CyberGutta - Building Cool Tools & Projects" />
1116
<meta property="og:description" content="A collaborative team of students creating innovative software solutions and learning together." />
1217
<meta property="og:type" content="website" />
13-
<meta property="og:image" content="/CG.PNG" />
14-
<meta name="twitter:image" content="/CG.PNG" />
15-
16-
18+
<meta property="og:image" content="/CG.png" />
19+
<meta name="twitter:image" content="/CG.png" />
1720
</head>
1821

1922
<body>
2023
<div id="root"></div>
2124
<script type="module" src="/src/main.tsx"></script>
2225
</body>
23-
</html>
26+
</html>

0 commit comments

Comments
 (0)