jellyfin-web/dashboard-ui/support.html

40 lines
1.9 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!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>
2013-03-28 17:10:15 -07:00
<a href="supporterkey.html" data-role="button">Supporter Key</a>
2013-03-14 19:42:18 -07:00
<a href="about.html" data-role="button">About</a>
2013-02-20 18:33:05 -07:00
</div>
<p>
2013-12-25 20:44:26 -07:00
Media Browser has a thriving community of users and contributors.
2013-02-20 18:33:05 -07:00
</p>
2013-10-10 07:45:07 -07:00
<a data-role="button" data-icon="arrow-r" data-iconpos="right" href="http://mediabrowser3.com/community" target="_blank">Visit the Community</a>
2013-12-25 20:44:26 -07:00
<br />
2013-02-20 18:33:05 -07:00
<p>
2013-12-25 20:44:26 -07:00
Check out our knowledge base to help you get the
2013-02-20 18:33:05 -07:00
most out of Media Browser.
</p>
2013-10-10 07:45:07 -07:00
<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>
2013-12-25 20:44:26 -07:00
<br />
2013-02-20 18:33:05 -07:00
<p>
2013-12-25 20:44:26 -07:00
Visit the Media Browser Web site to catch the latest news and keep up with the developer blog.
2013-02-20 18:33:05 -07:00
</p>
2013-03-11 14:33:24 -07:00
<a data-role="button" data-icon="home" data-iconpos="right" href="http://www.mediabrowser3.com" target="_blank">Visit the Media Browser Web Site</a>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
</html>