-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
53 lines (50 loc) · 1.62 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
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
<!-- Primary Meta Tags -->
<title>Fleet</title>
<meta name="title" content="Fleet" />
<meta name="description" content="The crazy fast build tool for Rust" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://awesome-Fleet-docs.netlify.app/" />
<meta property="og:title" content="Fleet" />
<meta
property="og:description"
content="The crazy fast build tool for Rust"
/>
<meta
property="og:image"
content="https://awesome-Fleet-docs.netlify.app/header.7f5595ad.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://awesome-Fleet-docs.netlify.app/"
/>
<meta property="twitter:title" content="Fleet" />
<meta
property="twitter:description"
content="The crazy fast build tool for Rust"
/>
<meta
property="twitter:image"
content="https://awesome-Fleet-docs.netlify.app/header.7f5595ad.png"
/>
</head>
<style>
body {
background: linear-gradient(180deg, #6b341c 0%, #1d1f20 100%);
}
</style>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>