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

22 lines
562 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2015-01-19 15:53:02 -05:00
<title>${TitleNotifications}</title>
</head>
<body>
2015-06-18 14:29:44 -04:00
<div id="notificationsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/notificationlist,paperbuttonstyle">
<div data-role="content">
2015-05-31 17:07:44 -04:00
<div class="readOnlyContent" style="margin: auto;max-width:900px;">
2015-05-31 17:07:44 -04:00
<h1>${TitleNotifications}</h1>
<div class="notificationsList" style="margin-top: 1em;">
</div>
2015-05-31 17:07:44 -04:00
</div>
</div>
</div>
</body>
</html>