-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstickers.html
37 lines (37 loc) · 934 Bytes
/
stickers.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<style>
body{
font-family: Helvetica, Arial, sans-serif;
color: #ccc;
background: #000011;
}
h1 {
font-family: Times New Roman, serif;
}
h3 {
color: #666;
margin-top: -20px;
font-weight: normal;
}
a {
color: #05b9ec;
}
</style>
<title>MuMaLab Sticker</title>
</head>
<body>
<h1>Grab some stickers</h1>
<a href="https://rc3.world/rc3/me/redeem_badge/ZVEqDGvOm6wkHYfTANdzFNIQQe4829ai5Rvpd46bwGzyYsYvCJ">
<img src="badge_mumalab.png" style="width: 240px;">
</a><br>
<a href="https://rc3.world/rc3/me/redeem_badge/iu0eQnnHrzVQ9rEKQiectTsf0qBBwyR0BHCs82qYDEiR48jw16">
<img src="badge_preciousplastic.png" style="width: 240px;">
</a><br>
<a href="https://rc3.world/rc3/me/redeem_badge/I1UAnsV4UTvFzCB9NT098YwKF9iuMTNdaDBVK3cReNu2dDQ66A">
<img src="badge_ttn.png" style="width: 240px;">
</a>
</body>
</html>