-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (43 loc) · 2.25 KB
/
index.html
File metadata and controls
50 lines (43 loc) · 2.25 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
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HLNTJPZ2PT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HLNTJPZ2PT');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no" />
<title>Blueprint | Balatro Seed Analyzer, Queues Viewer & Seed Maps</title>
<meta name="description"
content="Blueprint: The ultimate Balatro toolkit. Analyze seeds, manage queues, explore seed maps, and optimize your Balatro gameplay with powerful resources." />
<meta name="keywords"
content="Blueprint, Balatro, Balatro Tools, Seed Analyzer, Balatro Queues, Balatro Seed Maps, Card Game Tools, Balatro Resources" />
<meta name="author" content="Michael Walker" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://miaklwalker.github.io/Blueprint/" />
<!-- Open Graph for social sharing -->
<meta property="og:title" content="Blueprint" />
<meta property="og:description"
content="Blueprint: Optimize your Balatro gameplay and build a blueprint for your next run!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://miaklwalker.github.io/Blueprint/" />
<meta property="og:image" content="https://miaklwalker.github.io/Blueprint/img.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Blueprint | Balatro Tools, Seed Analyzer, Queues & Seed Maps" />
<meta name="twitter:description"
content="Blueprint: Optimize your Balatro gameplay and build a blueprint for your next run!" />
<!-- Theme color for browser UI -->
<meta name="theme-color" content="#1a1a1a" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>