-
Notifications
You must be signed in to change notification settings - Fork 37
/
index.html
64 lines (64 loc) · 3.12 KB
/
index.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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>NoPixel Minigames</title>
<meta name="description" content="Play the NoPixel Minigames.">
<link rel="canonical" href="https://sharkiller.ddns.net/" />
<meta name="viewport" content="width=device-width, initial-scale=0.4">
<link rel="icon" type="image/png" href="nopixel_minigame/favicon.ico" sizes="32x32" />
<style>
body{
background-color: #15181d;
margin: 30px auto;
}
.credits{
line-height: 20px;
font-size: 20px;
font-family: sans-serif;
text-align: center;
color: gray;
}
.credits a{
color: #ccc;
}
.credits b{
color: white;
}
.credits .donate{
margin: 20px 0;
}
.credits .coin{
font-weight: bold;
color: white;
}
.credits .wallet{
font-family: monospace;
font-size: 20px;
}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52394643-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52394643-1');
</script>
</head>
<body>
<div class="credits">
<a href="nopixel_minigame/" class="link"><h1>Play NoPixel Minigames</h1></a><br><br>
Whisper me on Twitch <b>@Sh4rkill3r</b> or Discord <b>sharkiller</b><br>
<div class="donate">
<span>
I maintain these minigames in my spare time, free of ads and available to everyone.<br>
If you wish to donate to dedicate more time is very appreciated.
</span><br>
<a href="https://www.paypal.com/donate/?hosted_button_id=Z9D2F35BDMBBW" target="_blank">
<img src="nopixel_minigame/paypal.png" alt="Paypal" height="70">
</a><br>
</div>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://sharkiller.ddns.net/nopixel_minigame/">NoPixel Minigames</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/sharkiller">Sharkiller</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"></a></p>
</div>
</body>
</html>