1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/serversecurity.html

25 lines
807 B
HTML
Raw Normal View History

2014-07-11 00:27:46 -04:00
<!DOCTYPE html>
<html>
<head>
<title>${TitleServer}</title>
</head>
<body>
<div id="serverSecurityPage" data-role="page" class="page type-interior dashboardHomePage">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="dashboard.html" data-role="button">${TabDashboard}</a>
<a href="dashboardgeneral.html" data-role="button">${TabGeneral}</a>
<a href="advancedserversettings.html" data-role="button">${TabAdvanced}</a>
<a href="#" data-role="button" class="ui-btn-active">${TabSecurity}</a>
</div>
</div>
</div>
</div>
</body>
</html>