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/scheduledtasks.html
2014-04-02 17:55:19 -04:00

18 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>