jellyfin-web/dashboard-ui/notificationlist.html
Luke Pulverenti 22bb6a4963 update icons
2015-06-18 14:29:44 -04:00

22 lines
562 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,paperbuttonstyle">
<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>