-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcstats.html
36 lines (36 loc) · 1.2 KB
/
gcstats.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
<!DOCTYPE html>
<html>
<head>
<title>e</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans">
<style>
body {
font-family: "Open Sans";
background-color:#36393f;
color: #ffffff;
text-align: center;
}
.toggle-container {
position: fixed;
top: 20px;
left: 20px;
background-color: rgba(54, 57, 63, 0.8);
padding: 10px;
border-radius: 5px;
color: #ffffff;
}
</style>
<meta http-equiv = "refresh" content = "0; url = https://project-gc.com/ProfileStats/BubbaJuice" />
</head>
<body>
<div class="toggle-container">
<label for="toggle-background">Enable Glitter Background</label>
<input type="checkbox" id="toggle-background" onclick="toggleBackground()">
</div>
<script src="/files/glitter.js"></script>
</body>
</html>