-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
49 lines (43 loc) · 2.13 KB
/
admin.html
File metadata and controls
49 lines (43 loc) · 2.13 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
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin Dashboard | VITB GOT LATENT - Season 2</title>
<link rel="canonical" href="https://leaderboard-peach-seven.vercel.app/admin" />
<meta
name="description"
content="Secure admin dashboard for VITB GOT LATENT Season 2. Manage teams, scores, and leaderboard visibility in real-time."
/>
<!-- Prevent search engines from indexing the admin page -->
<meta name="robots" content="noindex, nofollow" />
<!-- Open Graph / Facebook / WhatsApp / LinkedIn -->
<meta property="fb:app_id" content="966242223397117" />
<meta property="og:site_name" content="VITB GOT LATENT" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://leaderboard-peach-seven.vercel.app/admin" />
<meta property="og:title" content="Admin Dashboard | VITB GOT LATENT - Season 2" />
<meta
property="og:description"
content="Secure admin dashboard for VITB GOT LATENT Season 2. Manage teams, scores, and leaderboard visibility in real-time."
/>
<meta property="og:image" content="https://leaderboard-peach-seven.vercel.app/og-admin.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://leaderboard-peach-seven.vercel.app/admin" />
<meta name="twitter:title" content="Admin Dashboard | VITB GOT LATENT - Season 2" />
<meta
name="twitter:description"
content="Secure admin dashboard for VITB GOT LATENT Season 2. Manage teams, scores, and leaderboard visibility in real-time."
/>
<meta name="twitter:image" content="https://leaderboard-peach-seven.vercel.app/og-admin.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>