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/notificationlist.html
2015-12-14 10:43:03 -05:00

22 lines
555 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">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent" style="max-width:900px;">
<div class="notificationsList paperList" style="margin-top: 1em;">
</div>
</div>
</div>
</div>
</div>
</body>
</html>