index.html 1.4 KB

12345678910111213141516171819202122232425
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
  5. <link rel="stylesheet" href="../../script/semantic/semantic.min.css">
  6. <script type="text/javascript" src="../../script/jquery.min.js"></script>
  7. <script type="text/javascript" src="../../script/semantic/semantic.min.js"></script>
  8. <title>arozos Platform</title>
  9. </head>
  10. <body>
  11. <div class="ui container">
  12. <br>
  13. <img class="ui fluid image" src="../vendor/img/banner.png">
  14. <h4>What is this page?</h4>
  15. <p>This is a branding page if you are making a devices with ArozOS pre-installed or forking your own version of ArozOS.</p>
  16. <div class="ui divider"></div>
  17. <h4>What is arozos.com?</h4>
  18. <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>
  19. You can find the source of this page under <code>web/SystemAO/vendor/index.html</code></p>
  20. <div class="ui divider"></div>
  21. System released by <a href="http://arozos.com" target="_blank">http://arozos.com</a>
  22. <br><br><br>
  23. </div>
  24. </body>
  25. </html>