23 lines
660 B
HTML
23 lines
660 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Micah's Website</title>
|
|
<style>
|
|
#centerThis {text-align: center;}
|
|
</style>
|
|
<h1 id='centerThis'>Welcome to GandalfPotter's Website!</h1>
|
|
<p id=centerThis>
|
|
<a href="chatapp/chatapp.html">Chatroom </a>
|
|
___<a href="click/click.html">Clicker Game</a>___<a href="wakaWaka/wakaWaka.html">Lyric Game</a>
|
|
</p>
|
|
<hr>
|
|
</head>
|
|
<body>
|
|
<h2>About</h2>
|
|
<p>
|
|
This site contains projects that I've made. I haven't made much so far, but I will continue to
|
|
add anything cool that I make onto here, so keep your eyes peeled.
|
|
</p>
|
|
<script async src="https://drv.tw/inc/wd.js"></script></body>
|
|
</html>
|