jellyfin-web/dashboard-ui/notificationlist.html
2015-07-30 22:34:15 -04:00

23 lines
562 B
HTML

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