123456789101112131415161718192021222324252627282930313233343536373839 |
- <html>
- <head>
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta charset="UTF-8">
- <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
- <link rel="stylesheet" href="./script/tocas/tocas.css">
- <script src="./script/jquery.min.js"></script>
- <title>vAOB Installer</title>
- <style type="text/css">
- .segment {
- max-width: 300px;
- }
- </style>
- </head>
- <body>
- <div class="ts fluid basic link big menu">
- <div class="ts very narrow container">
- <a href="#!" class="item">vArOZ Installer</a>
- </div>
- </div>
- <div class="ts padded horizontally fitted fluid slate">
- <div class="ts very narrow container">
- <h1 class="ts header">
- Welcome
- <div class="sub header">Thanks for choosing ArOZ. This setup will assist you to complete the installation process.</div>
- </h1>
- </div>
- </div>
- <div class="ts very narrow container">
- <br>
- <form class="ts relaxed form">
- <button class="ts fluid primary button" type="button" onclick="location.href = 'wconfig.php';">Next</button>
- <div class="ts center aligned mini basic fitted message">
- When clicking start, which means you understand the EULA and License agreement.
- </div>
- </form>
- </div>
- </body>
- </html>
|