website test

This commit is contained in:
mac12m99
2019-04-26 13:05:51 +02:00
parent e7a4f4607b
commit f58c3783c6
5 changed files with 27 additions and 3 deletions

View File

@ -3,15 +3,39 @@
<head>
<meta charset="UTF-8">
<title>Kodi on Demand</title>
<style type="text/css">
body{
color: white
}
button{
background-position:left center;
background-repeat:no-repeat;
color: white;
background-color: #0366d6;
border-color: #0366d6;
border-radius: 8px;
height: 40px;
text-indent: 32px;
}
</style>
</head>
<body>
Come installare KoD:
<body bgcolor="black">
<center><img src="fanart.jpg" width="20%" height="20%"></center>
<p style="text-align:center;"><b>Kodi on Demand è un addon di Kodi per cercare e guardare contenuti sul web</b></p>
<p>Come installare KoD:
<ul>
<li>Scarica il repository: <a href="https://tinyurl.com/kodrepo">https://tinyurl.com/kodrepo</a> (se hai un tvbox digita questo link nel browser)</li>
<li>Scarica il repository: <a href="http://7.ly/kodrepo">7.ly/kodrepo</a> (se hai un tvbox digita questo link nel browser)</li>
<li>Apri Kodi e vai in Addons -> installa da file zip</li>
<li>Seleziona il file appena scaricato (repository.kod-1.0) e installalo</li>
<li>Recati in "installa da repository" -> "KoD Repo" -> "Addon Video" ed installa l'addon</li>
<li>Apri KoD e goditelo!</li>
</ul>
</p>
<center>
<a href="https://github.com/kodiondemand/"><button style="background-image: url('githubLogo.png');">Codice sorgente</button></a>
<a href="https://t.me/kodiondemand"><button style="background-image: url('telegramLogo.png');">Gruppo Telegram</button></a>
</center>
<p style="color:red">The owners and submitters to this addon do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.</p>
<p style="color:yellow">Kodi © is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation. Furthermore, any software, addons, or products offered by us will receive no support in official Kodi channels, including the Kodi forums and various social networks.</p>
</body>
</html>