diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 14:53:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 14:53:12 -0500 |
commit | 20de55be1be3aef4b49fa49fedc7b09276a0a026 (patch) | |
tree | 2fdd640b9d6e4ce80a0e099ed9a8fa35a0ca2b17 | |
parent | 6d94467a145fd1a20545132ddf3566924bf93191 (diff) |
Create index.html
-rw-r--r-- | index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6c16720 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ +<!Doctype HTML> + +<html> + <head> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <meta charset="utf-8"> + </head> + + <body> + <div class="content"> + <h1>Welcome to corechg.github.io</h1> + <p>This site is both a portfolio and a collection of apps I publish for your enjoyment. Take your shoes off and stay a while!</p> + <span style="display: block;">Some projects, in no particular order:</span> + <ul> + <li><h3>Web-hosted projects:</h3></li> + <li><a href="WebCards/index.html">WebCards</a></li> + <li><a href="Mines/index.html">A clone of Minesw**per</a></li> + <li><h3>Download and enjoy:</h3></li> + <li><a href="https://ccgkyle.itch.io/">My itch.io</a></li> + <li><a href="https://github.com/CoreChg/TransitAPI">My Minecraft TransitAPI</a></li> + </ul> + </div> + </body> +</html> |