mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
23 lines
555 B
HTML
23 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>
|