-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (48 loc) · 2.55 KB
/
index.html
File metadata and controls
56 lines (48 loc) · 2.55 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
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PFControl v2</title>
<meta name="description"
content="PFControl is the next-generation flight strip platform for real-time coordination between air traffic controllers. Secure, reliable, and collaborative." />
<meta name="keywords"
content="PFControl, Project Flight, PTFS, Pilot Training Flight Simulator, Roblox aviation, flight strips, air traffic control, ATC, real-time, aviation games, collaborative, sessions, pilots, controllers, Roblox ATC, Project Flight ATC, aviation simulator, flight control, tower control" />
<meta name="author" content="Cephie Studios" />
<meta property="og:title" content="PFControl v2 - Flight Strips for Project Flight & Roblox Aviation" />
<meta property="og:description"
content="The next-generation flight strip platform built for real-time coordination between air traffic controllers in Project Flight, PTFS, and Roblox aviation games with enterprise-level reliability." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pfcontrol.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PFControl v2 - Flight Strips for Project Flight & Roblox Aviation" />
<meta name="twitter:description"
content="Professional flight strip platform for Project Flight, PTFS, and other Roblox aviation games. Real-time ATC coordination made easy." />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="google-adsense-account" content="ca-pub-3075420086521736">
<link rel="canonical" href="https://pfcontrol.com/" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PFControl v2",
"description": "Flight strip platform for Project Flight and Roblox aviation games",
"url": "https://pfcontrol.com/",
"applicationCategory": "Gaming, Aviation Simulation",
"operatingSystem": "Web Browser",
"keywords": "Project Flight, PTFS, Roblox aviation, flight strips, ATC",
"author": {
"@type": "Organization",
"name": "Cephie Studios"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>