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/index.html

34 lines
1 KiB
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
<div data-role="content">
<h1>What's New <a href="#" class="imageLink">
2013-03-27 18:17:46 -04:00
<img src="css/images/rightarrow.png" /></a></h1>
2013-02-20 20:33:05 -05:00
<div id="divWhatsNew"></div>
<div id="divResumable" style="display: none;">
<h1>Resume <a href="#" class="imageLink">
2013-03-27 18:17:46 -04:00
<img src="css/images/rightarrow.png" /></a></h1>
2013-02-20 20:33:05 -05:00
<div id="divResumableItems"></div>
</div>
2013-03-29 10:12:14 -04:00
<h1>My Library <a href="itemlist.html" class="imageLink">
2013-03-27 18:17:46 -04:00
<img src="css/images/rightarrow.png" /></a></h1>
2013-02-20 20:33:05 -05:00
<div id="divMyLibrary"></div>
2013-03-29 10:12:14 -04:00
<h1>Collections <a href="itemlist.html" class="imageLink">
2013-03-27 18:17:46 -04:00
<img src="css/images/rightarrow.png" /></a></h1>
2013-02-20 20:33:05 -05:00
<div id="divCollections"></div>
</div>
</div>
</body>
</html>