aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/wizardStart.html
blob: 7b4edcb8ff7df7a4d041ce18c06441c02c6ec0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>