mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
40 lines
1.9 KiB
HTML
40 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Support</title>
|
|
</head>
|
|
<body>
|
|
<div id="supportPage" data-role="page" class="page type-interior">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
<a href="support.html" data-role="button" class="ui-btn-active">General</a>
|
|
<a href="log.html" data-role="button">View Log</a>
|
|
<a href="supporter.html" data-role="button">Become a Supporter</a>
|
|
<a href="supporterkey.html" data-role="button">Supporter Key</a>
|
|
<a href="about.html" data-role="button">About</a>
|
|
</div>
|
|
<p>
|
|
Media Browser has a thriving community of users and contributors.
|
|
</p>
|
|
<a data-role="button" data-icon="arrow-r" data-iconpos="right" href="http://mediabrowser3.com/community" target="_blank">Visit the Community</a>
|
|
<br />
|
|
<p>
|
|
Check out our knowledge base to help you get the
|
|
most out of Media Browser.
|
|
</p>
|
|
<a data-role="button" data-icon="search" data-iconpos="right" href="http://mediabrowser3.com/community/index.php?/forum/23-knowledge-base/" target="_blank">Search the Knowledge Base</a>
|
|
<br />
|
|
<p>
|
|
Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.
|
|
</p>
|
|
<a data-role="button" data-icon="home" data-iconpos="right" href="http://www.mediabrowser3.com" target="_blank">Visit the Media Browser Web Site</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|