-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.69 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.69 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/SpaceLab.svg" />
<!-- font awesome icons stylesheet -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FundLabs Force</title>
<!-- SEO Meta Tags -->
<title>SpaceLabs FundLabs Force</title>
<meta name="description" content="Donate to SpaceLab to fund current and future projects aimed at building the next generation of leaders in outer-space-focused science and technology, drawing from diverse, underrepresented communities." />
<meta name="keywords" content="spacelab, spacelabs, spacelab donations, outer space donations, support spacelab, spacelab charity" />
<meta name="author" content="SpaceLab" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://twitter.com/SpaceLab_social" />
<meta name="twitter:title" content="SpaceLab FundLabs Force" />
<meta name="twitter:description" content="Donate to SpaceLab to fund current and future projects aimed at building the next generation of leaders in outer-space-focused science and technology, drawing from diverse, underrepresented communities." />
<!-- <meta name="twitter:image" content="https://www.spacelab.space/images/twitter-image.jpg" /> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>