-
Notifications
You must be signed in to change notification settings - Fork 3
/
recovery_images.html
72 lines (65 loc) · 1.93 KB
/
recovery_images.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<title>ROM Manager</title>
<link rel="stylesheet" href="rommanager_files/NLwyMQfUcvJLT1r70P2u22ptNy0_g.css" type="text/css" class="ac-css-mondrian">
<style type="text/css" media="screen" class="theme-bundle-override">
.wrapper .app-name h1,.wrapper .app-name h2 {
font-family: Helvetica;
}
.wrapper .header {
background-color: #414141;
}
.wrapper .app-description a,.wrapper .app-whats-new a,.wrapper .footer a {
color: #333;
}
.wrapper {
font-family: Helvetica;
color: #414141;
}
.wrapper .app-name h1,.wrapper .app-name h2,.wrapper .app-name h2 a {
color: #FFF;
}
.wrapper .app-video {
display: none;
}
.wrapper .app-description,.wrapper .app-whats-new {
font-size: 14px;
}
.wrapper .app-price-tag {
background-color: #78A24F;
}
.wrapper .app-name h1 {
font-size: 50px;
}
.module-app_logo {
display: none;
}
</style>
<link rel="stylesheet" type="text/css" href="newstyle.css" />
<script src="jquery-1.6.1.min.js" type="text/javascript"></script>
<script src="https://raw.github.com/koush/ROMManagerManifest/gh-pages/sprintf.js" type="text/javascript"></script>
<script src="https://raw.github.com/koush/ROMManagerManifest/gh-pages/rommanager.js" type="text/javascript"></script>
</head>
<body>
<div class="header wrapper-color">
<br><br>
<center>
<span style="color:#FFF;">
<span style="font-size:45px;">
<a style="color:#FFF;"href="index.html">
<strong>ROM Manager</strong>
</a>
</span>
<br>
<span style="font-size:24px;">
<strong>Recovery Images</strong>
</span>
<br><br>
</span>
</center>
<div class="containAll">
<div class = "tabContent rommanagermanifest"></div>
</div>
</div>
</body>
</html>