-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.4 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PeerLearn — Cosmos</title>
<meta name="description" content="Turn intent into progress — join pods, ship tiny proofs, grow together." />
<meta name="theme-color" content="#0b0e16" />
<link rel="manifest" href="manifest.json">
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="canonical" href="https://novaxtritan.github.io/cosmos/" />
<meta property="og:title" content="PeerLearn — Cosmos" />
<meta property="og:description" content="Pods, micro-proofs, momentum — in a cosmos-themed space." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://novaxtritan.github.io/cosmos/og.png" />
<meta name="twitter:card" content="summary_large_image">
<style>body{font-family: ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif}</style>
</head>
<body class="bg-black text-white">
<a class="sr-only focus:not-sr-only focus:absolute focus:p-3 focus:bg-white/10" href="#content">Skip to content</a>
<div id="root"></div>
<!-- ✅ Correct Vite entry -->
<script type="module" src="/src/main.jsx"></script>
<script>
// Optional analytics hook
// window.__PLAUSIBLE_DOMAIN = "novaxtritan.github.io";
</script>
</body>
</html>