12345678910111213141516171819202122232425 |
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
- <link rel="stylesheet" href="../../script/semantic/semantic.min.css">
- <script type="text/javascript" src="../../script/jquery.min.js"></script>
- <script type="text/javascript" src="../../script/semantic/semantic.min.js"></script>
- <title>arozos Platform</title>
- </head>
- <body>
- <div class="ui container">
- <br>
- <img class="ui fluid image" src="../vendor/img/banner.png">
- <h4>What is this page?</h4>
- <p>This is a branding page if you are making a devices with ArozOS pre-installed or forking your own version of ArozOS.</p>
- <div class="ui divider"></div>
- <h4>What is arozos.com?</h4>
- <p>arozos.com is the entity for building, testing and releasing the offical ArozOS for different platforms and devices. If your lab is interested to release a customized version of ArozOS, please modify this page to fill your Lab's information.<br>
- You can find the source of this page under <code>web/SystemAO/vendor/index.html</code></p>
- <div class="ui divider"></div>
- System released by <a href="http://arozos.com" target="_blank">http://arozos.com</a>
- <br><br><br>
- </div>
- </body>
- </html>
|