-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.84 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.84 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
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" sizes="any" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="color-scheme" content="light dark" />
<meta name="google" content="notranslate" />
<!-- oklchToHex(0.10, max(c*0.22, 0.03), h) for default preset; see themeApply.ts syncThemeColorMeta -->
<meta name="theme-color" content="#00040e" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="BP Planner" />
<!-- Open Graph / Discord -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Backpack Planner - Run! Goddess" />
<meta property="og:description" content="Plan and share Backpack Tech builds for Run Goddess." />
<meta property="og:image" content="https://rgbp.app/og-512x512.png" />
<meta property="og:url" content="https://rgbp.app/" />
<meta property="og:site_name" content="Backpack Planner" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Backpack Planner - Run! Goddess" />
<meta name="twitter:description" content="Plan and share Backpack Tech builds for Run! Goddess." />
<meta name="twitter:image" content="https://rgbp.app/og-512x512.png" />
<title>Backpack Planner - Run! Goddess</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>