|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>LimithilI OS - The Ultimate Linux Customization</title> |
| 6 | + <title>ORBIT OS - The Ultimate Linux Distro</title> |
7 | 7 | <style> |
8 | 8 | :root { |
9 | 9 | --bg-dark: #0a0f14; |
|
177 | 177 | <body> |
178 | 178 |
|
179 | 179 | <nav> |
180 | | - <div class="logo">LimithilI OS</div> |
| 180 | + <div class="logo">ORBIT OS</div> |
181 | 181 | <div class="nav-links"> |
182 | 182 | <div class="lang-switch"> |
183 | 183 | <button onclick="setLanguage('vi')">VN</button> |
|
187 | 187 | </nav> |
188 | 188 |
|
189 | 189 | <section class="hero"> |
190 | | - <h1 data-lang="vi">Hệ Điều Hành LimithilI</h1> |
191 | | - <h1 data-lang="en">LimithilI Operating System</h1> |
| 190 | + <h1 data-lang="vi">Hệ Điều Hành ORBIT</h1> |
| 191 | + <h1 data-lang="en">ORBIT Operating System</h1> |
192 | 192 |
|
193 | | - <p data-lang="vi">Nền tảng Linux dựa trên Debian với khả năng tùy chỉnh vô hạn. Hiệu năng tối đa, trải nghiệm cá nhân hóa.</p> |
194 | | - <p data-lang="en">A Debian-based Linux platform with infinite customization. Maximum performance, personalized experience.</p> |
| 193 | + <p data-lang="vi">Nền tảng Linux dựa trên Debian Stable.</p> |
| 194 | + <p data-lang="en">A Debian-based Linux platform.</p> |
195 | 195 |
|
196 | 196 | <div class="btn-group"> |
197 | 197 | <a href="#download" class="btn btn-primary" data-lang="vi">Tải về ngay</a> |
198 | 198 | <a href="#download" class="btn btn-primary" data-lang="en">Download Now</a> |
199 | 199 |
|
200 | | - <a href="https://github.com/LinuxDEdeveloper/LimithilI-Operating-System-repo" class="btn btn-outline" target="_blank">GitHub</a> |
| 200 | + <a href="https://github.com/LinuxDEdeveloper/ORBIT-Operating-System-repo" class="btn btn-outline" target="_blank">GitHub</a> |
201 | 201 | </div> |
202 | 202 | </section> |
203 | 203 |
|
204 | 204 | <section class="features" id="download"> |
205 | 205 | <div class="card"> |
206 | 206 | <h3 data-lang="vi">Dựa trên Debian</h3> |
207 | 207 | <h3 data-lang="en">Debian Based</h3> |
208 | | - <p data-lang="vi">Kế thừa sự ổn định và kho ứng dụng khổng lồ từ Debian Stable/Sid.</p> |
209 | | - <p data-lang="en">Inheriting stability and a massive software repository from Debian Stable/Sid.</p> |
210 | | - </div> |
211 | | - <div class="card"> |
212 | | - <h3 data-lang="vi">Tùy biến tối đa</h3> |
213 | | - <h3 data-lang="en">Fully Customizable</h3> |
214 | | - <p data-lang="vi">Mọi thành phần hệ thống đều có thể điều chỉnh theo ý muốn của người dùng.</p> |
215 | | - <p data-lang="en">Every system component can be adjusted to the user's preference.</p> |
216 | | - </div> |
| 208 | + <p data-lang="vi">Kế thừa sự ổn định và kho ứng dụng khổng lồ từ Debian Stable.</p> |
| 209 | + <p data-lang="en">Inheriting stability and a massive software repository from Debian Stable.</p> |
217 | 210 | <div class="card"> |
218 | 211 | <h3 data-lang="vi">Tải xuống</h3> |
219 | 212 | <h3 data-lang="en">Download</h3> |
220 | | - <p data-lang="vi">Phiên bản Alpha đang được phát triển. Theo dõi Repo để cập nhật ISO mới nhất.</p> |
221 | | - <p data-lang="en">Alpha version is under development. Follow the Repo for the latest ISO updates.</p> |
| 213 | + <p data-lang="vi">Phiên bản chính thức đang được phát triển. Theo dõi Repo để cập nhật ISO mới nhất.</p> |
| 214 | + <p data-lang="en">Offcial version is under development. Follow the Repo for the latest ISO updates.</p> |
222 | 215 | </div> |
223 | 216 | </section> |
224 | 217 |
|
225 | 218 | <footer> |
226 | | - <p>© 2026 LimithilI OS Project. Powered by LinuxDEdeveloper.</p> |
| 219 | + <p>© 2026 ORBIT OS Project.Used GPLv3.</p> |
227 | 220 | </footer> |
228 | 221 |
|
229 | 222 | <script> |
|
0 commit comments