Update index.html

This commit is contained in:
Ian Skinner 2020-08-28 18:11:26 -04:00 committed by GitHub
parent 9f02cb01c9
commit 7c3188c101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,18 @@
<!DOCTYPE html>
<html>
<body>
<h1>My site</h1>
<p>Here I'll show off my projects and <i>maybe</i> I'll stick in a fancy background as well.</p>
<h1>This site</h1>
<p>I'm <a href="https://www.github.com/IanSkinner1982"target="_blank">Ian Skinner</a> and here I'll show off my projects and talk a little bit about them.
If you have any questions or suggestions then please contact me on discord. (IanSkinner1982#2139)</p>
</div>
</div>
<h1>Projects:</h1>
<p>Please press a project name to read about it.
<ul>
<li class="invalid nav-item"><a href="https://www.github.com/IanSkinner1982/Cookie-Clicker-C64"target="_blank">Cookie-Clicker-C64</a></li>
<li class="invalid nav-item"><a href="https://www.github.com/IanSkinner1982/Title-Loader-C64"target="_blank">Title-Loader-C64</a></li>
</ul> </p>
</body>
</html>