-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 1.5 KB
/
Copy pathindex.html
File metadata and controls
39 lines (34 loc) · 1.5 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Basic SEO -->
<title>COFFEE — Club Of Female & Femme Electrical Engineers</title>
<meta
name="description"
content="COFFEE at UC Davis — Club Of Female & Femme Electrical Engineers. Community, events, mentorship, and more."
/>
<!-- PWA / Theming -->
<meta name="theme-color" content="#5a3625" />
<!-- Favicon (keep Vite's for now, swap when you have a logo.ico/png) -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- Google Fonts: Outfit -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<!-- Optional: Social share (Open Graph) -->
<meta property="og:title" content="COFFEE — Club Of Female & Femme Electrical Engineers" />
<meta property="og:description" content="Community + Fun + Mentorship at UC Davis." />
<meta property="og:type" content="website" />
<!-- <meta property="og:image" content="/social-card.png" /> -->
<!-- <meta property="og:url" content="https://your-domain" /> -->
</head>
<body style="margin:0; font-family: 'Outfit', sans-serif;">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>