forked from SwisserDev/swisser-web-02
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (42 loc) · 2.52 KB
/
index.html
File metadata and controls
48 lines (42 loc) · 2.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>NightCity Roleplay - Premium GTA V FiveM RP Server</title>
<meta name="title" content="NightCity Roleplay - Premium GTA V FiveM RP Server" />
<meta name="description" content="Join the most immersive GTA V FiveM roleplay server. Custom framework, active community, realistic economy, and endless roleplay possibilities. Apply for whitelist today!" />
<meta name="keywords" content="FiveM, GTA V, Roleplay, RP Server, GTA Roleplay, FiveM Server, Gaming Community, Los Santos, Whitelist Server" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="author" content="NightCity Roleplay" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nightcity-rp.com/" />
<meta property="og:title" content="NightCity Roleplay - Premium GTA V FiveM RP Server" />
<meta property="og:description" content="Join the most immersive GTA V FiveM roleplay server. Custom framework, active community, realistic economy, and endless roleplay possibilities." />
<meta property="og:image" content="/images/og-image.jpg" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="NightCity Roleplay" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://nightcity-rp.com/" />
<meta property="twitter:title" content="NightCity Roleplay - Premium GTA V FiveM RP Server" />
<meta property="twitter:description" content="Join the most immersive GTA V FiveM roleplay server. Custom framework, active community, realistic economy, and endless roleplay possibilities." />
<meta property="twitter:image" content="/images/og-image.jpg" />
<meta property="twitter:creator" content="@nightcityrp" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#47761E" />
<!-- Canonical URL -->
<link rel="canonical" href="https://nightcity-rp.com/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>