Skip to content

Commit e8cc885

Browse files
Replace LimithilI OS with ORBIT OS in index.html
1 parent 2a5da59 commit e8cc885

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

index.html

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>
77
<style>
88
:root {
99
--bg-dark: #0a0f14;
@@ -177,7 +177,7 @@
177177
<body>
178178

179179
<nav>
180-
<div class="logo">LimithilI OS</div>
180+
<div class="logo">ORBIT OS</div>
181181
<div class="nav-links">
182182
<div class="lang-switch">
183183
<button onclick="setLanguage('vi')">VN</button>
@@ -187,43 +187,36 @@
187187
</nav>
188188

189189
<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>
192192

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>
195195

196196
<div class="btn-group">
197197
<a href="#download" class="btn btn-primary" data-lang="vi">Tải về ngay</a>
198198
<a href="#download" class="btn btn-primary" data-lang="en">Download Now</a>
199199

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>
201201
</div>
202202
</section>
203203

204204
<section class="features" id="download">
205205
<div class="card">
206206
<h3 data-lang="vi">Dựa trên Debian</h3>
207207
<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>
217210
<div class="card">
218211
<h3 data-lang="vi">Tải xuống</h3>
219212
<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>
222215
</div>
223216
</section>
224217

225218
<footer>
226-
<p>&copy; 2026 LimithilI OS Project. Powered by LinuxDEdeveloper.</p>
219+
<p>&copy; 2026 ORBIT OS Project.Used GPLv3.</p>
227220
</footer>
228221

229222
<script>

0 commit comments

Comments
 (0)