Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyJeff authored Sep 1, 2024
1 parent a512c8d commit 811fd2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
<div class="container">
<h1>BunOS</h1>
<nav>
<a href="features.html">Features</a>
<a href="downloads.html">Download</a>
<a href="contactus.html">Contact</a>
<a href="html/features.html">Features</a>
<a href="html/downloads.html">Download</a>
<a href="html/contactus.html">Contact</a>
</nav>
</div>
</header>
Expand All @@ -95,13 +95,13 @@ <h1>BunOS</h1>
<h2>Welcome to BunOS</h2>
<p>BunOS is derived from Ubuntu Jammy, designed to provide a seamless and efficient user experience. With a sleek interface, BunOS is built to meet the demands of modern computing.</p>
<div class="cta">
<a href="downloads.html">Get Started</a>
<a href="html/downloads.html">Get Started</a>
</div>
</section>
</div>

<footer>
<p>&copy; 2024 KirbyJeff. All rights reserved. | <a href="contactus.html" style="color: #fff;">Contact Us</a></p>
<p>&copy; 2024 KirbyJeff. All rights reserved. | <a href="html/contactus.html" style="color: #fff;">Contact Us</a></p>
</footer>
</body>
</html>

0 comments on commit 811fd2d

Please sign in to comment.