123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Language | ArozOS</title>
- <meta content="width=device-width, initial-scale=1.0" name="viewport">
- <meta content="Web Desktop, Open Source, Aroz, Go, OS, Raspberry Pi" name="keywords">
- <meta content="The best Web Desktop Online System for the Raspberry Pi" name="description">
- <meta name="author" content="tobychui">
- <!-- Favicons -->
- <link href="img/favicon.png" rel="icon">
- <link href="img/apple-touch-icon.png" rel="apple-touch-icon">
- <!-- Google Fonts -->
- <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">
- <!-- Bootstrap css -->
- <!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
- <link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
- <!-- Libraries CSS Files -->
- <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
- <link href="lib/owlcarousel/assets/owl.theme.default.min.css" rel="stylesheet">
- <link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
- <link href="lib/animate/animate.min.css" rel="stylesheet">
- <link href="lib/modal-video/css/modal-video.min.css" rel="stylesheet">
- <!-- Main Stylesheet File -->
- <link href="css/style.css" rel="stylesheet">
- <!-- =======================================================
- Theme Name: eStartup
- Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
- Author: BootstrapMade.com
- License: https://bootstrapmade.com/license/
- ======================================================= -->
- </head>
- <body>
- <header id="header" class="header header-hide">
- <div class="container">
- <div id="logo" class="pull-left">
- <!-- <h1><a href="" class="scrollto">ArozOS</a></h1> -->
- <!-- Uncomment below if you prefer to use an image logo -->
- <a href=""><img src="img/logo.png" alt="" style="height: 2em;" title="ArozOS Project" /></a>
- </div>
- <nav id="nav-menu-container">
- <ul class="nav-menu">
- <!-- <li class="menu-active"><a href="index.html">🏠 Home</a></li> -->
- </ul>
- </nav><!-- #nav-menu-container -->
- </div>
- </header><!-- #header -->
- <!--==========================
- Hero Section
- ============================-->
- <section id="hero" class="wow fadeIn">
- <div class="hero-container">
- <p><a href="index.html">English (US)</a></p>
- <p><a href="index-zh.html">中文(繁體)</a></p>
- <p><a href="index-zh_cn.html">中文(简体)</a></p>
- <p><a href="index-jp.html">日本語(日本)</a></p>
- </div>
- </section><!-- #hero -->
-
- <!--==========================
- Footer
- ============================-->
- <footer class="footer">
- <div class="copyrights">
- <div class="container">
- <div class="credits">
- <!--
- All the links in the footer should remain intact.
- You can delete the links only if you purchased the pro version.
- Licensing information: https://bootstrapmade.com/license/
- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=eStartup
- -->
- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
- </div>
- </div>
- </div>
- </footer>
- <a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
- <!-- JavaScript Libraries -->
- <script src="lib/jquery/jquery.min.js"></script>
- <script src="lib/jquery/jquery-migrate.min.js"></script>
- <script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
- <script src="lib/superfish/hoverIntent.js"></script>
- <script src="lib/superfish/superfish.min.js"></script>
- <script src="lib/easing/easing.min.js"></script>
- <script src="lib/modal-video/js/modal-video.js"></script>
- <script src="lib/owlcarousel/owl.carousel.min.js"></script>
- <script src="lib/wow/wow.min.js"></script>
- <!-- Contact Form JavaScript File -->
- <script src="contactform/contactform.js"></script>
- <!-- Template Main Javascript File -->
- <script src="js/main.js"></script>
- </body>
- </html>
|