mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
19 lines
478 B
HTML
19 lines
478 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${ScheduledTasksTitle}</title>
|
|
</head>
|
|
<body>
|
|
<div id="scheduledTasksPage" data-role="page" class="page type-interior">
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
<p>${ScheduledTasksHelp}</p>
|
|
<div id="divScheduledTasks"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|