-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.39 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/codelogo.png" />
<link rel="apple-touch-icon" href="/codelogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Singularity Hackathon · Code of Conduct" />
<meta name="theme-color" content="#f15b2a" />
<meta property="og:title" content="Singularity Hackathon · Code of Conduct" />
<meta property="og:description" content="Guidelines that keep every builder safe, respected, and inspired." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://codeofconduct.kcecell.org" />
<meta property="og:image" content="/code1.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Singularity Hackathon code of conduct preview" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Singularity Hackathon · Code of Conduct" />
<meta name="twitter:description" content="Guidelines that keep every builder safe, respected, and inspired." />
<meta name="twitter:image" content="/code1.png" />
<title>Singularity Hackathon · Code of Conduct</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>