-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
70 lines (68 loc) · 2.22 KB
/
Copy pathabout.html
File metadata and controls
70 lines (68 loc) · 2.22 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RocketPy Team - About</title>
<meta
name="description"
content="The RocketPy Team about page is temporarily unavailable while we prepare updated team information."
/>
<meta property="og:title" content="RocketPy Team - About" />
<meta
property="og:description"
content="The RocketPy Team about page is temporarily unavailable while we prepare updated team information."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rocketpy.org/about.html" />
<meta
property="og:image"
content="https://rocketpy.org/images/og-social-preview.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RocketPy Team - About" />
<meta
name="twitter:description"
content="The RocketPy Team about page is temporarily unavailable while we prepare updated team information."
/>
<meta
name="twitter:image"
content="https://rocketpy.org/images/og-social-preview.png"
/>
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="./manifest.json" />
<meta name="theme-color" content="#030B28" />
<meta http-equiv="refresh" content="0; url=https://rocketpy.org/" />
<link rel="canonical" href="https://rocketpy.org/" />
<style>
:root {
color-scheme: dark;
}
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
font-family: Arial, sans-serif;
background: #030b28;
color: #ffffff;
text-align: center;
padding: 1.5rem;
}
a {
color: #69b4ff;
}
</style>
</head>
<body>
<main>
<h1>Redirecting to RocketPy homepage...</h1>
<p>
The About page is being rebuilt. If you are not redirected, continue to
<a href="https://rocketpy.org/">rocketpy.org</a>.
</p>
</main>
</body>
</html>