-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (96 loc) · 3.33 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html lang="en-US" style="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>inb4after Repository addon | inb4after.github.io</title>
<meta property="og:title" content="inb4after Repository addon">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="https://inb4after.github.io/inb4after.github.io/">
<meta property="og:url" content="https://inb4after.github.io/inb4after.github.io/">
<meta property="og:site_name" content="inb4after.github.io">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<style>
a:visited, a:hover, a:active, a{
color:#A2D729
}
body{
background-color: #1F2528;
color:#FAFFFD;
padding:50px;
font-family: 'Open Sans', sans-serif;
}
#logo, ul{
padding:10px;
background-color: #FAFFFD;
}
ul{
margin-top: 20px;
list-style-type: square;
left: 100px;
}
.code-highlight{
font-weight: 700;
color:#3C91E6;
}
#header{
}
section{
color:#1F2528;
}
.credits{
float:right;
}
#fork, fork:active, fork:hover, fork:visited{
float:right;
padding: 10px 20px 10px 20px;
background-color: #A2D729;
color: #FAFFFD;
text-decoration: none;
}
h1{
display: inline-block;
}
small{
margin-top: 40px;
margin-right: -160px;
font-size: 1em;
float:right;
}
</style>
</head>
<body>
<div id="header">
<nav>
<a id="fork" href="https://github.com/inb4after/inb4after.github.io">View On GitHub</a>
</nav>
</div><!-- end header -->
<div class="wrapper">
<div id="title">
<hr>
<h1 id="seren-repository-addon">Installing the Seren addon</h1>
<small>Current Repository Version: 1.1</small>
</div>
<section>
<p align="left"></p>
<p><img id="logo" align="left" src="https://avatars1.githubusercontent.com/u/75323492?s=460&v=4" width="256" hspace="80" title="inb4after Repo"></p>
<p align="left">
</p>
<p>Instructions for adding this repo:</p>
<ul>
<li>Go to the Kodi file manager</li>
<li>Click on "Add source"</li>
<li>The path for the source is <code class="code-highlight">https://inb4after.github.io/packages</code></li>
<li>Name it "inb4after Repository" without the quotes</li>
<li>Head to " My Addons"</li>
<li>Select install an addon from zipfile. </li>
<li>When it asks for the location, select "inb4after Repository", and install <code class="code-highlight">repository.inb4after-1.1.zip</code>.</li>
<li>Go back to My Addons and select "Install from repository"</li>
<li>Select the "inb4after Repository" menu item</li>
<li>Open "Video add-ons" and install Seren</li>
</ul>
<p></p>
<h2 id="enjoy">Enjoy!</h2>
</section>
<span class="credits left">Project maintained by <a href="https://github.com/nixgates">Nixgates</a></span>
</div>
</body></html>