blank.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="apple-mobile-web-app-capable" content="yes" />
  6. <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
  7. <meta name="theme-color" content="#4b75ff">
  8. <link rel="stylesheet" href="../script/semantic/semantic.min.css">
  9. <script src="../script/jquery.min.js"></script>
  10. <script src="../script/ao_module.js"></script>
  11. <script src="../script/semantic/semantic.min.js"></script>
  12. <link rel="manifest" crossorigin="use-credentials" href="manifest.json">
  13. <title>about:blank</title>
  14. <style>
  15. </style>
  16. </head>
  17. <body>
  18. <br>
  19. <div class="ui container">
  20. <div class="main">
  21. <h1 class="ui header">
  22. <img class="ui image" src="img/desktop_icon.png">
  23. <div class="content">
  24. about:blank
  25. </div>
  26. </h1>
  27. <div class="ui divider"></div>
  28. <h3>ArozOS Browser</h3>
  29. <p>Technically this is not a browser but an iframe. Not all websites work inside an iframe due to CORS policy. <br>
  30. <b>Use with your own risk</b></p>
  31. <p>Here are some partially working websites for getting started: </p>
  32. <div class="ui bulleted list" style="max-width: 200px;">
  33. <a class="item" onclick="parent.loadWebsite('www.google.com/search?igu=1');">google.com</a>
  34. <a class="item" onclick="parent.loadWebsite('bing.com');">bing.com</a>
  35. <a class="item" onclick="parent.loadWebsite('wikipedia.org');">wikipedia.org</a>
  36. </div>
  37. <img class="ui tiny image" style="cursor: pointer;" onclick="parent.loadWebsite('arozos.com');" src="img/logo.png">
  38. </div>
  39. </div>
  40. </body>
  41. </html>