-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStickerCounter.html
More file actions
40 lines (33 loc) · 1.33 KB
/
Copy pathStickerCounter.html
File metadata and controls
40 lines (33 loc) · 1.33 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Balatro Sticker Counter</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:image:alt" content="">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<h1>Balatro Sticker Counter</h1>
<p>Looking for ReTag save file fixer? <a href="index.html">main ReTag page</a>.</p>
<label>Upload profile.jkr file: </label><input type="file" id="saveFile">
<p></p>
<div>
<p id="noticeParagraph"></p>
<table id="fileOutput" style="white-space: pre-wrap;"><tbody></tbody></table>
</div>
<p>
This page was made to count Balatro's stickers. Design inspired by <a href="https://balatro.shorty.systems">Balatro Save Editor</a>.
<br>
You can also track golden stickers in a <a href="https://docs.google.com/spreadsheets/d/1jya_esAK7qQWNBN_ny7ihhVOS27LovcMGHwDvbW1G3w/edit?gid=1018042583#gid=1018042583">google sheet</a>!
</p>
</body>
<script type="module" src="./js/stickercounter.js"></script>
</html>