-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsavman.html
56 lines (55 loc) · 2.38 KB
/
savman.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
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NLXBK4W1TX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NLXBK4W1TX');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2945759928209064"
crossorigin="anonymous"></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="https://google.com/favicon.ico"
type="image/x-icon" />
<title>Shadow's Games</title>
<link rel="stylesheet" href="style.css" />
<meta
name="keywords"
content="shadows games,shadow games,shadowgmes,games,unblocked,unblocked games,school games,debug4477635" />
<meta name="description" content="The best place to procrastinate" />
<link rel="manifest" href="manifest.json" />
<script src="hidey.js"></script>
</head>
<body>
<a class="fork-link" href="https://github.com/shadowgmes/shadowgmes.github.io/"><img src="img/forkme.svg" alt="Fork me on GitHub!" class="forkme-button"></a>
<header>
<a href="/" class="icon"><img src="icon.gif" class="icon" /></a>
<a href="/">Shadow's Games</a>
<a href="https://discord.gg/ZdHBCFXdT3">Discord</a>
<a onclick="hidey()">Hide Tab</a>
<a href="savman.html">Save Manager</a>
</header>
<h1 class="title">Shadow's Games</h1>
<div class="game-container">
<div class="game-select" id="gameSelect">
</div>
</div>
<!-- <script src="apploader.js"></script> -->
<div class="saveContainer">
<p>Download Save:</p>
<button class="button" onclick="downloadMainSave()">Download Save</button>
<p>Upload Save:</p>
<input class="hiddenUpload" type="file" accept=".save" />
<div class="uploadResult"></div>
<script src="savman.js"></script>
</div>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="sipsup3314" data-description="Support me on Buy me a coffee!" data-message="" data-color="#ffdd00" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</body>
</html>