forked from MercuryWorkshop/sh1mmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuilder.html
68 lines (64 loc) · 2.06 KB
/
builder.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
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wax4Web</title>
<link rel="icon" href="/icon.png" />
<link rel="stylesheet" href="/main.css" />
<script src="/script.js" defer></script>
<base target="_blank" />
</head>
<body>
<div class="header">
<h3>Wax4Web has been taken down.</h3>
<p class="acronym">
Legally Requested By Google™
</p>
</div>
<div class="section blue">
<h3>What happened?</h3>
<p>
On July 11, 2023, we at Mercury Workshop had
received a notice from Google, informing us
to take down both the downloads for the SH1MMER
bins and the website builder.
</p>
<p>
Not wanting to deal with the legality of it all,
we had no choice but to obligate with what they
requested from us, and the builder & bins have
been taken offline.
</p>
<p>
This doesn't mark the end of things, but it does
mean that we can no longer provide a place for users
to download SH1MMER bins nor' build a injected shim.
</p>
<p>
Thank you. For more information, check the <a href=
"https://dl.sh1mmer.me/raw%20shims/README.md">
README.md
</a>
</p>
</div>
<div class="section green">
<h3>
<a href="/faq.html" target="_self">FAQ</a>
<a href="/scam.html" target="_self">Scams</a>
<a href="/credits.html" target="_self">Credits</a>
</h3>
<p> We have a
<a href="https://akkoma.mercurywork.shop">
Fediverse server!
</a>
<spc></spc>
Join if you're interested or want a chill instance.<br>
For actual support, there is (begrudgingly) a <a href="https://discord.gg/bAgNyGpXSx">
Discord
</a>
<spc></spc>as well.
</p>
</div>
</body>
</html>