aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/wizardStart.html
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/wizardStart.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/wizardStart.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/MediaBrowser.WebDashboard/Html/wizardStart.html b/MediaBrowser.WebDashboard/Html/wizardStart.html
deleted file mode 100644
index 7b4edcb8ff..0000000000
--- a/MediaBrowser.WebDashboard/Html/wizardStart.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Media Browser</title>
-</head>
-<body>
- <div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage">
-
- <div data-role="content">
-
- <div class="ui-corner-all ui-shadow wizardContent">
- <h2>
- <img src="css/images/cloudNetwork.png" />Welcome to Media Browser Server!</h2>
-
- <p>This wizard will help guide you through the setup process.</p>
- <div class="wizardNavigation">
- <button type="button" data-iconpos="right" data-icon="arrow-right" data-inline="true" onclick="WizardStartPage.gotoNextPage();">Next</button>
- </div>
- </div>
-
- </div>
- </div>
-</body>
-</html>