-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
19 lines (19 loc) · 903 Bytes
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<body>
<nav class="navbar">
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="tic-tac-toe.html">Tic-Tac-Toe</a></li>
<li><a href="tic-tac-toe-bot.html">Tic-Tac-Toe with Bot</a></li>
<!-- Add more links as needed -->
</ul>
</nav>
<div class="container">
<h1 id="hello-welcome-to-my-goofy-ahh-github-website">hello! welcome to my goofy ahh github website</h1>
<p>i made this cuz im bored 😃
also becase i have a google sites thing too and google sites succkkkkkkk so i found a way to have free domain :3
i hope i can learn how to use this better lol bye bye</p>
<h1 id="games-or-smthing">games or smthing</h1>
<p><a href="tic-tac-toe.html">Play Tic-Tac-Toe with a friend</a></p>
<p><a href="tic-tac-toe-bot.html">Play Tic-Tac-Toe with Bot</a></p>
</div>
</body>