-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 1.61 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
47
48
49
50
51
52
53
54
<!doctype html>
<head>
<meta charset="utf-8" />
<link href="star.css" rel="stylesheet" type="text/css"/>
<link href="ui_normal.css" rel="stylesheet" type="text/css"/>
<link href="slider.css" rel="stylesheet" type="text/css"/>
<title>Limed00r Installer</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body>
<div class="top_bar">
<h1>Limed00r</h1><h2 id="by">by LegoNickD and HunterBoy344</h2>
</div>
<div class="middle_wrapper">
<div class="bubble middle">
<div class="shadow"></div>
<div id="texts">
<div class="ttitle ttop">Limed00r</div>
<div class="ttext">
Give your iOS 3.1.3 device the look and feel of modern iOS!<br />
Powered by Whited00r.</div><div class="ttext">
You should sync with iTunes before using this tool.
</div>
</div>
<!--<a href="faq.html" class="ttitle">More Info »</a>-->
</div>
</div>
<div class="tool_bar">
<div id="unlock1">
<div id="unlock2">
<div id="slider" class="slider">
<img class="arrow" src="slider.svg">
</div>
<div id="unlock_text">slide to install</div>
</div>
</div>
</div>
<div id="pod">
<div id="podtext">
</div>
</div>
<script type="text/javascript" src="sunspider-3dcube.js"></script>
<script type="text/javascript" src="detector.js"></script>
<script type="text/javascript" src="star.js"></script>
<script type="text/javascript" src="slider.js"></script>
</body>
</html>