-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (50 loc) · 2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Design Frontiers is Design Co's very own long day sprint, where student teams of all backgrounds come together to create innovative solutions for real-world problems."
/>
<meta
name="keywords"
content="Design Co, UCSD, Designathon, Design Frontiers 2024"
/>
<meta
name="author"
content="Aaron Chan, Brian Liu, Edward New, Sahil Gathe, Victor Hsiao"
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://df24.ucsddesign.co/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Design Frontiers 2024" />
<meta
property="og:description"
content="Design Frontiers is Design Co's very own long day sprint, where student teams of all backgrounds come together to create innovative solutions for real-world problems."
/>
<meta
property="og:image"
content="https://df24.ucsddesign.co/images/df24-preview.webp"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="df24.ucsddesign.co" />
<meta property="twitter:url" content="https://df24.ucsddesign.co/" />
<meta name="twitter:title" content="Design Frontiers 2024" />
<meta
name="twitter:description"
content="Design Frontiers is Design Co's very own long day sprint, where student teams of all backgrounds come together to create innovative solutions for real-world problems."
/>
<meta
name="twitter:image"
content="https://df24.ucsddesign.co/images/df24-preview.webp"
/>
<title>Design Frontiers 2024: UCSD Design Co</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>