-
Notifications
You must be signed in to change notification settings - Fork 86
/
builder.html
51 lines (48 loc) · 1.54 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
<!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="assets/icon.png" />
<link rel="stylesheet" href="assets/main.css" />
<script src="assets/script.js" defer></script>
<script src="assets/hterm_all.min.js" defer></script>
<script src="assets/zip.min.js" defer></script>
<script src="wax4web/libv86.js" defer></script>
<script src="wax4web/wax4web.js" defer></script>
<base target="_blank" />
</head>
<body>
<div class="header">
<h1>Wax4Web</h1>
<a href="." target="_self">Back to home</a>
</div>
<div class="section blue" id="wax4webDirectionsContainer">
<h3>What happened?</h3>
<p>
On July 11, 2023, we at Mercury Workshop
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 comply 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>
For more information, check the <a href=
"https://discord.gg/egWXwEDWKP">
Discord Server</a>.
</p>
</div>
<div class="section green" id="wax4webEmulatorContainer"></div>
</body>
</html>