wizardStart.html 765 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Media Browser</title>
  5. </head>
  6. <body>
  7. <div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage">
  8. <div data-role="content">
  9. <div class="ui-corner-all ui-shadow wizardContent">
  10. <h2>
  11. <img src="css/images/cloudNetwork.png" />Welcome to Media Browser Server!</h2>
  12. <p>This wizard will help guide you through the setup process.</p>
  13. <div class="wizardNavigation">
  14. <button type="button" data-iconpos="right" data-icon="arrow-right" data-inline="true" onclick="WizardStartPage.gotoNextPage();">Next</button>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
  19. </body>
  20. </html>