-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 1.97 KB
/
index.html
File metadata and controls
48 lines (48 loc) · 1.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta
name="keywords"
content="code cause, programming, software development, developer community, tech collaboration, open source, tech innovation, coding events, developer resources, learn coding, tech mentorship, build projects, nonprofit tech, social impact, tech for good, developers helping developers, coding for a cause"
/>
<meta
name="description"
content="Building a Better World Through Code – Inspiring Innovation, Enabling Progress, and Driving Impact"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Code Cause" />
<meta
property="og:description"
content="Building a Better World Through Code – Inspiring Innovation, Enabling Progress, and Driving Impact"
/>
<meta property="og:url" content="https://codecause.dev/" />
<meta
property="og:image"
content="https://res.cloudinary.com/dlsmexwxn/image/upload/v1736167788/ccw-img_htd4c0.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://codecause.dev/" />
<meta name="twitter:title" content="Code Cause" />
<meta
name="twitter:description"
content="Building a Better World Through Code – Inspiring Innovation, Enabling Progress, and Driving Impact"
/>
<meta
property="twitter:image"
content="https://res.cloudinary.com/dlsmexwxn/image/upload/v1736167788/ccw-img_htd4c0.png"
/>
<title>Code Cause</title>
<link rel="stylesheet" href="./src/main.css" />
<script type="module" src="./src/main.ts"></script>
</head>
<body>
<main>
<app-root></app-root>
</main>
</body>
</html>