mirror of
https://github.com/Stream4me/stream4me.github.io.git
synced 2025-06-05 21:49:15 +02:00
little fixes for graphics
This commit is contained in:
21
index.html
21
index.html
@ -16,26 +16,35 @@
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
text-indent: 32px;
|
text-indent: 32px;
|
||||||
|
font-size: x-large
|
||||||
|
}
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="black">
|
<body bgcolor="black">
|
||||||
<center><img src="fanart.jpg" width="20%" height="20%"></center>
|
<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 style="text-align:center;"><b>Kodi on Demand è un addon di Kodi per cercare e guardare contenuti multimediali dal web</b></p>
|
||||||
<p>Come installare KoD:
|
Come installare KoD:
|
||||||
<ul>
|
<ul>
|
||||||
<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>Scarica il repository: <a href="http://7.ly/kodrepo" style="color:white;font-weight:bold">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>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>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>Recati in "installa da repository" -> "KoD Repo" -> "Addon Video" ed installa l'addon</li>
|
||||||
<li>Apri KoD e goditelo!</li>
|
<li>Apri KoD e goditelo!</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
|
||||||
<center>
|
<center>
|
||||||
<a href="https://github.com/kodiondemand/"><button style="background-image: url('githubLogo.png');">Codice sorgente</button></a>
|
<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>
|
<a href="https://t.me/kodiondemand"><button style="background-image: url('telegramLogo.png');">Gruppo Telegram</button></a>
|
||||||
</center>
|
</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>
|
<div class="footer">
|
||||||
<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>
|
<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>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user