123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <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">
- System download
- <div class="sub header">The system still in closed-beta, please enter your key to start download.</div>
- </h1>
- </div>
- </div>
- <div class="ts very narrow container">
- <br>
- <form class="ts relaxed form" action="wconfig.php" method="POST">
- <div class="field">
- <label>Please enter your access key to obtain the installer</label>
- <input type="name" name="accesskey">
- <small>The access key is 25-Digit and should be find on your invitation letter.</small>
- </div>
- <input type="hidden" name="step" value="3">
- <button class="ts fluid primary button" type="submit">Next</button>
- </form>
- </div>
- </body>
- </html>
|