-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.65 KB
/
index.html
File metadata and controls
36 lines (32 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Warframe Mastery Checklist | FrameHub</title>
<meta name="description" content="A mastery checklist for Warframe, complete with a star chart tracker, crafting material information, and progress sharing." />
<meta name="keywords" content="warframe, mastery checklist, mastery rank, mastery tracker, mastery calculator" />
<meta property="og:site_name" content="FrameHub by Paroxity" />
<meta property="og:title" content="Framehub - a Warframe Mastery Checklist" />
<meta property="og:description" content="A mastery checklist for Warframe, complete with a star chart tracker, crafting material information, and progress sharing." />
<meta property="og:url" content="https://framehub.paroxity.net" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/preview.png" />
<meta property="og:image:alt" content="FrameHub Website Preview" />
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#373E5D" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon-32x32.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>