Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcqt authored Mar 1, 2024
1 parent 5804803 commit 0e89304
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<script src="./redirects.js"></script>
<title>Superscript</title>
<nav>
<p class="sitename menu">Superscript</p>
<p class="menu">Start</p>
<p class="menu">Pricing</p>
<p class="menu">Features</p>
<p class="menu">About Us</p>
<p class="sitename menu" onclick="logo()">Superscript</p>
<p class="menu" onclick="start()">Start</p>
<p class="menu" onclick="pricing()">Pricing</p>
<p class="menu" onclick="features()">Features</p>
<p class="menu" onclick="about()">About Us</p>
<svg class="material-icons" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 9H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM5 15h14c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1s.45 1 1 1z"/></svg>
</nav>

Expand Down

0 comments on commit 0e89304

Please sign in to comment.