jellyfin-web/dashboard-ui/wizardstart.html
Luke Pulverenti 669c832ce6 updated nuget
2014-01-05 01:25:46 -05:00

25 lines
752 B
HTML

<!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/mblogoicon.png" />Welcome to Media Browser!</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-r" data-inline="true" onclick="WizardStartPage.gotoNextPage();">Next</button>
</div>
</div>
</div>
</div>
</body>
</html>