-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.17 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hyfic</title>
<link
rel="icon"
type="image/png"
href="https://raw.githubusercontent.com/hyfic/hyfic.github.io/main/public/logo.svg"
/>
<meta name="theme-color" content="#FFFEFE" />
<meta name="description" content="Building a better world⚡" />
<meta property="og:site_name" content="hyfic.github.io" />
<meta property="og:title" content="Hyfic" />
<meta property="og:description" content="Building a better world⚡" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/hyfic/hyfic.github.io/main/public/logo.svg"
/>
<meta property="og:type" content="website" />
<meta name="twitter:description" content="Building a better world⚡" />
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/hyfic/hyfic.github.io/main/public/logo.svg"
/>
<meta name="twitter:app:country" content="IN" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>