-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
30 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Firmware Select</title>
</head>
<body style="display: flex; flex-direction: column; margin-bottom: 0; margin-top: 0; min-height: 100vh">
<div style="text-align: center">
<h3>PS4 JAILBREAK</h3>
<p>Select your firmware:</p>
<p>
<a href="702/index.html"><button><font size="3"><b>7.02</b></font></button></a>
<a href="75x/index.html"><button><font size="3"><b>7.50-7.55</b></font></button></a>
<a href="900/index.html"><button><font size="3"><b>9.00</b></font></button></a>
</p>
</div>
<div style="flex: 1"></div>
<div style="text-align: center">
<hr>
<b>Instant payload loading with GoldHEN 2.x's BinLoader server:</b><br>
This website feature only works if the website is hosted via HTTP.<br>
It will not be available when using HTTPS.<br>
<br>
<b>Mirror list:</b><br>
<a href="https://hippie68.github.io">hippie68.github.io</a> (HTTPS)<br>
<a href="http://hippie68.rf.gd">hippie68.rf.gd</a> (HTTP)<br>
<br>
<div>
</body>
</html>