You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
765 B
25 lines
765 B
<!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>
|