-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 3.08 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link href="/jailbreakme/star.css" rel="stylesheet" type="text/css"/>
<link href="/jailbreakme/ui_normal.css" rel="stylesheet" type="text/css"/>
<link href="/jailbreakme/slider.css" rel="stylesheet" type="text/css"/>
<title>JailbreakMe</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body>
<div class="top_bar">
<h1>JailbreakMe</h1>
<h2 id="by">by comex (et al.)</h2>
</div>
<div class="middle_wrapper">
<div class="bubble middle">
<div class="shadow"></div>
<div id="texts">
<div class="ttitle ttop">JailbreakMe</div>
<div class="ttext">Jailbreak to get tweaks and apps Apple won't allow in the App Store.<br />Free, legal, safe.</div>
<div class="ttext">You should sync with iTunes before using this tool.</div>
</div>
<!--<a href="faq.html" class="ttitle">More Info »</a>-->
<a href="faq.html" id="faqlink" class="tbottom">More Info »</a>
</div>
</div>
<div class="tool_bar">
<div id="unlock1">
<div id="unlock2">
<div id="slider" class="slider">
<img class="arrow" src="data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%3Csvg%20width%3D%2231px%22%20height%3D%2224px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22x%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239c9c9c%22/%3E%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3A%23575757%22/%3E%3Cstop%20offset%3D%2250%25%22%20style%3D%22stop-color%3A%23000000%22/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23000000%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpolygon%20points%3D%221%2C8%2017%2C8%2017%2C2%2029%2C12.5%2017%2C23%2017%2C16%201%2C16%22%20style%3D%22stroke%3A%23d8d8d8%3Bstroke-width%3A1%3B%22/%3E%3Cpolygon%20points%3D%221%2C7%2017%2C7%2017%2C1%2029%2C11.5%2017%2C22%2017%2C15%201%2C15%22%20style%3D%22fill%3Aurl%28%23x%29%3B%20stroke%3A%23000000%3Bstroke-width%3A1%3B%22/%3E%3C/svg%3E">
</div>
<div id="unlock_text">slide to jailbreak</div>
</div>
</div>
</div>
<div id="pod">
<div id="podtext"></div>
</div>
<script type="text/javascript" src="/jailbreakme/sunspider-3dcube.js"></script>
<script type="text/javascript" src="/jailbreakme/detector.js"></script>
<script type="text/javascript" src="/jailbreakme/star.js"></script>
<script type="text/javascript" src="/jailbreakme/slider.js"></script>
</body>
</html>