-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 2.14 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 2.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>MCPHackers</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/icon type" href="images/icon.png">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="preload" type="image/svg+xml" as="image" href="images/button_active.svg"/>
</head>
<script src="script/splashes.js">
</script>
<body class="dirt" onload="splash(false)">
<div class="menucontainer grid" style="height: calc(var(--local-scale) * 80px);">
<img class="center" onclick="splash(true)" src="images/logo.svg" style="width: calc(var(--local-scale) * 140px);" alt="MCP">
<div class="mcsplash center flex">
<div class="mc" id="randomsplash"><br></div>
</div>
</div>
<h2 class="center">RetroMCP is a tool which makes decompiling legacy Minecraft simple</h2>
<div class="menucontainer">
<a href="https://github.com/MCPHackers/RetroMCP-Java" class="mcbutton">Github page</a>
<a href="https://github.com/MCPHackers/RetroMCP-Java/wiki" class="mcbutton">Check the wiki</a>
<a href="versionsv3.html" class="mcbutton">Version mappings</a>
<a href="https://github.com/MCPHackers/RetroMCP-Java/releases/latest" class="mcbutton">Download latest</a>
</div>
<h2 class="center">MCPHackers' LaunchWrapper for legacy Minecraft</h2>
<div class="menucontainer">
<a href="https://github.com/MCPHackers/LaunchWrapper" class="mcbutton">Github page</a>
</div>
<h2 class="center">RetroDebugInjector (RDI) is a Java bytecode manipulation utility</h2>
<div class="menucontainer">
<a href="https://github.com/MCPHackers/RetroDebugInjector" class="mcbutton">Github page</a>
<div class="mcbutton_disabled">No builds available</div><div class="center mcgray_ui">(Although you can build it from source)</div>
</div>
<h2 class="center">MCPHackers' fork of Enigma</h2>
<div class="menucontainer">
<a href="https://github.com/MCPHackers/Enigma" class="mcbutton">Github page</a>
<div class="mcbutton_disabled">No builds available</div><div class="center mcgray_ui">(Although you can build it from source)</div>
</div>
</body>
</html>