forked from martin26/antiquebeta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapollo.html
58 lines (49 loc) · 1.69 KB
/
apollo.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
<html>
<head>
<title>Apollo by Antique</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Depiction</strong></a>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Apollo</h1>
</header>
<span class="image main"><img src="images/apollo.png" alt="" /></span>
<h4>Description</h4>
<p>Compatible with iOS 9(iOS 10 Support Soon)<br /><br />
Ahoyhoy is a sub-tweak of InfiniOS which allows the user to customise the Control Center... Don't like the Night Shift Mode? Hide it!
Don't like the AirPlay menu? Hide it!
Want square corners or better colours? You've got it with Apollo.</p>
<hr />
<h4>Version</h4>
<p>Apollo(3.34)</p>
<hr />
<h4>Bugs</h4>
<p>Not supported on iOS 10</p>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>