index.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <html>
  2. <head>
  3. <meta name="apple-mobile-web-app-capable" content="yes" />
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
  6. <link rel="stylesheet" href="./script/tocas/tocas.css">
  7. <script src="./script/jquery.min.js"></script>
  8. <title>vAOB Installer</title>
  9. <style type="text/css">
  10. .segment {
  11. max-width: 300px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div class="ts fluid basic link big menu">
  17. <div class="ts very narrow container">
  18. <a href="#!" class="item">vArOZ Installer</a>
  19. </div>
  20. </div>
  21. <div class="ts padded horizontally fitted fluid slate">
  22. <div class="ts very narrow container">
  23. <h1 class="ts header">
  24. Welcome
  25. <div class="sub header">Thanks for choosing ArOZ. This setup will assist you to complete the installation process.</div>
  26. </h1>
  27. </div>
  28. </div>
  29. <div class="ts very narrow container">
  30. <br>
  31. <form class="ts relaxed form">
  32. <button class="ts fluid primary button" type="button" onclick="location.href = 'wconfig.php';">Next</button>
  33. <div class="ts center aligned mini basic fitted message">
  34. When clicking start, which means you understand the EULA and License agreement.
  35. </div>
  36. </form>
  37. </div>
  38. </body>
  39. </html>