aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/index.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/MediaBrowser.WebDashboard/Html/index.html b/MediaBrowser.WebDashboard/Html/index.html
deleted file mode 100644
index 960f49533a..0000000000
--- a/MediaBrowser.WebDashboard/Html/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!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">
- <img src="css/images/rightArrow.png" /></a></h1>
-
- <div id="divWhatsNew"></div>
-
- <div id="divResumable" style="display: none;">
- <h1>Resume <a href="#" class="imageLink">
- <img src="css/images/rightArrow.png" /></a></h1>
-
- <div id="divResumableItems"></div>
- </div>
-
- <h1>My Library <a href="#" class="imageLink">
- <img src="css/images/rightArrow.png" /></a></h1>
-
- <div id="divMyLibrary"></div>
-
- <h1>Collections <a href="#" class="imageLink">
- <img src="css/images/rightArrow.png" /></a></h1>
-
- <div id="divCollections"></div>
- </div>
- </div>
-</body>
-</html>