1
0

lang.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Language | ArozOS</title>
  6. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  7. <meta content="Web Desktop, Open Source, Aroz, Go, OS, Raspberry Pi" name="keywords">
  8. <meta content="The best Web Desktop Online System for the Raspberry Pi" name="description">
  9. <meta name="author" content="tobychui">
  10. <!-- Favicons -->
  11. <link href="img/favicon.png" rel="icon">
  12. <link href="img/apple-touch-icon.png" rel="apple-touch-icon">
  13. <!-- Google Fonts -->
  14. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Roboto:100,300,400,500,700|Philosopher:400,400i,700,700i" rel="stylesheet">
  15. <!-- Bootstrap css -->
  16. <!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
  17. <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  18. <!-- Libraries CSS Files -->
  19. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
  20. <link href="lib/owlcarousel/assets/owl.theme.default.min.css" rel="stylesheet">
  21. <link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  22. <link href="lib/animate/animate.min.css" rel="stylesheet">
  23. <link href="lib/modal-video/css/modal-video.min.css" rel="stylesheet">
  24. <!-- Main Stylesheet File -->
  25. <link href="css/style.css" rel="stylesheet">
  26. <!-- =======================================================
  27. Theme Name: eStartup
  28. Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  29. Author: BootstrapMade.com
  30. License: https://bootstrapmade.com/license/
  31. ======================================================= -->
  32. </head>
  33. <body>
  34. <header id="header" class="header header-hide">
  35. <div class="container">
  36. <div id="logo" class="pull-left">
  37. <!-- <h1><a href="" class="scrollto">ArozOS</a></h1> -->
  38. <!-- Uncomment below if you prefer to use an image logo -->
  39. <a href=""><img src="img/logo.png" alt="" style="height: 2em;" title="ArozOS Project" /></a>
  40. </div>
  41. <nav id="nav-menu-container">
  42. <ul class="nav-menu">
  43. <!-- <li class="menu-active"><a href="index.html">🏠 Home</a></li> -->
  44. </ul>
  45. </nav><!-- #nav-menu-container -->
  46. </div>
  47. </header><!-- #header -->
  48. <!--==========================
  49. Hero Section
  50. ============================-->
  51. <section id="hero" class="wow fadeIn">
  52. <div class="hero-container">
  53. <p><a href="index.html">English (US)</a></p>
  54. <p><a href="index-zh.html">中文(繁體)</a></p>
  55. <p><a href="index-zh_cn.html">中文(简体)</a></p>
  56. <p><a href="index-jp.html">日本語(日本)</a></p>
  57. </div>
  58. </section><!-- #hero -->
  59. <!--==========================
  60. Footer
  61. ============================-->
  62. <footer class="footer">
  63. <div class="copyrights">
  64. <div class="container">
  65. <div class="credits">
  66. <!--
  67. All the links in the footer should remain intact.
  68. You can delete the links only if you purchased the pro version.
  69. Licensing information: https://bootstrapmade.com/license/
  70. Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=eStartup
  71. -->
  72. Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
  73. </div>
  74. </div>
  75. </div>
  76. </footer>
  77. <a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
  78. <!-- JavaScript Libraries -->
  79. <script src="lib/jquery/jquery.min.js"></script>
  80. <script src="lib/jquery/jquery-migrate.min.js"></script>
  81. <script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
  82. <script src="lib/superfish/hoverIntent.js"></script>
  83. <script src="lib/superfish/superfish.min.js"></script>
  84. <script src="lib/easing/easing.min.js"></script>
  85. <script src="lib/modal-video/js/modal-video.js"></script>
  86. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  87. <script src="lib/wow/wow.min.js"></script>
  88. <!-- Contact Form JavaScript File -->
  89. <script src="contactform/contactform.js"></script>
  90. <!-- Template Main Javascript File -->
  91. <script src="js/main.js"></script>
  92. </body>
  93. </html>