-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>kealol</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="tab-icon.ico" type="image/x-icon" />
<style> @font-face {
font-family: 'open-sans-regular';
src: url('https://www.dropbox.com/home?preview=hkr.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{
font-family: 'open-sans-regular', sans-serif;
}
img.resize {
max-width:20%;
max-height:20%;
}
div {
word-wrap: break-word;
width: 400px;
}
</style>
</head>
<body>
<center>
<div class="header">
<section class="intro hor-center ver-center">
<div class="wrapper">
<div class="text-center">
<img src="https://i.imgur.com/IPfIRDX.png">
<h1>kealol</h1>
<h4>how to theme iOS 10</h4>
<p>1. Clone and modify the files in this GitHub repo.</p>
<p>2. blah blah blah blah blah blah blah blah</p>
<p>3. Transfer files to your iDevice using iFunBox. This requires Apple File Conduit "2".</p>
<p><i>This is incomplete right now...currently working on the repo that you would fork to edit etc</i></p>
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
<script type='text/javascript'>kofiwidget2.init('Buy Me a Coke', '#46b8b4', 'A236341Z');kofiwidget2.draw();</script>
</div>
</div>
</section>
</div>
</center>
</body>
</html>