Files
jellyfin-plugin-skin-manager/src/html/help.html
2020-12-24 21:29:42 +05:30

37 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Skin Manager-Help</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://jellyfin.org/favicon.ico">
</head>
<body>
<div class="header" align="center">
<div class="innerHeader nav">
<a href="" class="https://github.com/danieladov/jellyfin-plugin-skin-manager"class="link text"><li>See on Github</li></a>
<a href="https://github.com/danieladov/jellyfin-plugin-skin-manager/issues" class="link text"><li>Request a skin</li></a>
<a href="https://prayag17.github.io/jellyfin-plugin-skin-manager/src/html/about.html#" class="link text"><li>About</li></a>
<a href="https://jellyfin.org" class="logo link"><li><img src="https://jellyfin.org/images/banner-dark.svg" style="size: 1em;height: 50px;max-width: 80%;float: right;z-index: 1;"></li></a>
</div>
</div>
<div class="body" style="color: #3a3a3a !important;">
<div class="skinRequest">
<fieldset>
<h1>How To request a new Skin</h1>
<div class="internal">
<h3>Steps</h3>
<br>
<ul>
<li>Open this <a href="https://github.com/danieladov/jellyfin-plugin-skin-manager/issues" class="link" style="color: #3a3a3a !important; text-decoration: underline;">link</a>or click the "Request a Skin" option present in the header</li>
<li>Then Create a New Issue with title- "Skin Request:"</li>
<li>Done! Note:We will not add all the Skins.</li>
</ul>
</div>
</div>
</fieldset>
</div>
</div>
</body>
</html>