jellyfin-web/dashboard-ui/notificationlist.html
2015-05-31 17:07:44 -04:00

22 lines
545 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleNotifications}</title>
</head>
<body>
<div id="notificationsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/notificationlist">
<div data-role="content">
<div class="readOnlyContent" style="margin: auto;max-width:900px;">
<h1>${TitleNotifications}</h1>
<div class="notificationsList" style="margin-top: 1em;">
</div>
</div>
</div>
</div>
</body>
</html>