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 139a195 commit 66006c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your IRC Client</title>
<link rel="icon" type="image/png" href="data/icons/pyechat.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header">
<h1>Your IRC Client</h1>
<h1>PyeChat</h1>
<nav>
<button onclick="window.location.href='link1.html'">Link 1</button>
<button onclick="window.location.href='link2.html'">Link 2</button>
Expand Down

0 comments on commit 66006c5

Please sign in to comment.