-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path404.html
More file actions
26 lines (24 loc) · 1.65 KB
/
404.html
File metadata and controls
26 lines (24 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CPOSC</title>
<meta property="og:title" content="CPOSC - Join us March 28th to learn from & network with the local technology community." />
<meta property="og:type" content="website" />
<meta property="og:image:secure_url" content="https://cposc.org/CPOSC_2026.png" />
<meta property="og:image" content="https://cposc.org/CPOSC_2026.png" />
<meta property="og:url" content="https://cposc.org/" />
<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=Lato:ital,wght@0,100;0,300;0,900;1,300;1,700&family=Open+Sans:ital,wght@0,300;0,600;1,300&family=Bad+Script&family=Sono:wght@200&family=Sono:wght@600&family=Indie+Flower&family=Bebas+Neue&family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cal+Sans&family=Kdam+Thmor+Pro&family=Lexend:wght@100..900&family=Pacifico&family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/17bfe4c358.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>