-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (46 loc) · 3.67 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8"/>
<link href="/logo.png" rel="icon"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="#000000" name="theme-color"/>
<meta
content="Discover comprehensive airport information, real-time Vatsim traffic, and extreme weather conditions worldwide with our powerful aviation tool. Designed for Vatsim pilots and virtual aviation enthusiasts, our site provides accurate airport weather and METAR decoding, detailed airport data, and live Vatsim traffic and controller positions on an interactive map. Stay informed with our Extreme Weather section, highlighting the most challenging weather conditions for flight operations globally. Elevate your virtual flying experience with up-to-date information and seamless navigation."
name="description"
/>
<!-- Open Graph Meta Tags for Discord, Facebook, etc. -->
<meta property="og:title" content="Airport Weather"/>
<meta property="og:description"
content="Discover comprehensive airport information, real-time Vatsim traffic, and extreme weather conditions worldwide with our powerful aviation tool. Designed for Vatsim pilots and virtual aviation enthusiasts, our site provides accurate airport weather and METAR decoding, detailed airport data, and live Vatsim traffic and controller positions on an interactive map. Stay informed with our Extreme Weather section, highlighting the most challenging weather conditions for flight operations globally. Elevate your virtual flying experience with up-to-date information and seamless navigation."/>
<meta property="og:image" content="https://stage.airportweather.org/logo.png"/>
<meta property="og:url" content="https://stage.airportweather.org.com"/>
<meta property="og:type" content="website"/>
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Airport Weather"/>
<meta name="twitter:description"
content="Discover comprehensive airport information, real-time Vatsim traffic, and extreme weather conditions worldwide with our powerful aviation tool. Designed for Vatsim pilots and virtual aviation enthusiasts, our site provides accurate airport weather and METAR decoding, detailed airport data, and live Vatsim traffic and controller positions on an interactive map. Stay informed with our Extreme Weather section, highlighting the most challenging weather conditions for flight operations globally. Elevate your virtual flying experience with up-to-date information and seamless navigation."/>
<meta name="twitter:image" content="https://stage.airportweather.org/logo.png"/>
<link href="/manifest.json" rel="manifest"/>
<link href="/logo.png" rel="apple-touch-icon"/>
<base href="/"/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Airport Weather</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>