-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 1.43 KB
/
index.html
File metadata and controls
39 lines (33 loc) · 1.43 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" />
<!-- ✅ FAVICON -->
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CUK Commit - From Campus to Forever | Dating for CUK Students</title>
<meta
name="description"
content="CUK Commit is the exclusive dating app for Central University of Karnataka students. Find love, build friendships, and create meaningful connections on campus."
/>
<meta name="author" content="CUK Commit" />
<meta
name="keywords"
content="CUK dating, campus dating app, college relationships, Central University Karnataka, student dating"
/>
<meta property="og:title" content="CUK Commit - From Campus to Forever" />
<meta
property="og:description"
content="A private dating space exclusively for CUK students. Where campus crushes turn into commitments."
/>
<meta property="og:type" content="website" />
<!-- <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CUKCommit" />
<!-- <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>