Skip to content

Commit

Permalink
Update buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGuy541 authored Sep 17, 2024
1 parent 8a3d070 commit 40e6593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Header -->
<header>
<nav>
<div class="container">
<div class="button">
<h1><a href="#">Pomelo Emu</a></h1>
<ul>
<li><a href="#home">Home</a></li>
Expand All @@ -24,11 +24,11 @@ <h1><a href="#">Pomelo Emu</a></h1>
</header>

<!-- Hero Section -->
<section id="home" class="hero">
<section id="home" class="button">
<div class="hero-content">
<h2>Welcome to Pomelo Emu</h2>
<p>The best Nintendo Switch Emulator.</p>
<a href="https://github.com/Pomelo-Emu/Pomelo/releases/download/1.6/Pomelo.ipa" class="button.blue">Download Now</a>
<a href="https://github.com/Pomelo-Emu/Pomelo/releases/download/1.6/Pomelo.ipa" class="button blue">Download Now</a>
</div>
</section>

Expand Down

0 comments on commit 40e6593

Please sign in to comment.