-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
58 lines (54 loc) · 2.49 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/src/assets/icons/favicon_24.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Welcome to Web3 Philippines - the home for web3 technology expertise. Nestled in the vibrant heart of the Philippines’ tech community, we are the hub for domain experts passionate about shaping the future of digital innovation."
/>
<!-- HTML Meta Tags -->
<title>Web3 Philippines</title>
<meta
name="description"
content="Welcome to Web3 Philippines - the home for web3 technology expertise. Nestled in the vibrant heart of the Philippines’ tech community, we are the hub for domain experts passionate about shaping the future of digital innovation."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://web3philippines.org/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Web3 Philippines" />
<meta
property="og:description"
content="Welcome to Web3 Philippines - the home for web3 technology expertise. Nestled in the vibrant heart of the Philippines’ tech community, we are the hub for domain experts passionate about shaping the future of digital innovation."
/>
<meta property="og:image" content="/banner_r.jpg" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="web3philippines.org" />
<meta property="twitter:url" content="https://web3philippines.org/" />
<meta name="twitter:title" content="Web3 Philippines" />
<meta
name="twitter:description"
content="Welcome to Web3 Philippines - the home for web3 technology expertise. Nestled in the vibrant heart of the Philippines’ tech community, we are the hub for domain experts passionate about shaping the future of digital innovation."
/>
<meta name="twitter:image" content="/banner_r.jpg" />
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>