Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerTech312 authored Feb 14, 2024
1 parent c1b282a commit 139a195
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<body>
<header class="header">
<h1>Your IRC Client</h1>
<nav>
<button onclick="window.location.href='link1.html'">Link 1</button>
<button onclick="window.location.href='link2.html'">Link 2</button>
<button onclick="window.location.href='link3.html'">Link 3</button>
</nav>
</header>

<div class="container">
Expand Down

0 comments on commit 139a195

Please sign in to comment.