-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/large-tank.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="darkreader-lock" />
<meta name="og:title" content="Tank Planner | Fyko's Tools" />
<meta name="og:type" content="website" />
<meta
name="og:description"
content="A tool for Egg, Inc. to plan the utilization of your tank"
/>
<meta name="og:image" content="/large-tank.png" />
<meta name="og:url" content="/" />
<meta name="og:locale" content="en_US" />
<meta name="og:locale:alternate" content="en_GB" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fykowo" />
<meta name="twitter:creator" content="@fykowo" />
<meta name="twitter:title" content="Tank Planner | Fyko's Tools" />
<meta
name="twitter:description"
content="A tool for Egg, Inc. to plan the utilization of your tank"
/>
<meta name="twitter:image" content="/large-tank.png" />
<meta name="twitter:url" content="/" />
<meta name="theme-color" content="#F97316" />
<script
defer
data-domain="tank-planner.pages.dev"
src="https://apples.fyko.net/js/script.js"
></script>
<title>Tank Planner | Fyko's Tools</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>