initial commit

This commit is contained in:
2024-02-17 18:15:47 +00:00
commit 3527b57414
2 changed files with 32 additions and 0 deletions

18
future.html Normal file
View File

@@ -0,0 +1,18 @@
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>Future</title>
</head>
<body>
<h1> Future </h1>
<p> This page is like a changelog but in reverse, insterad of making a list of things I have changed or added, its a list of things I want to add or change about this website</p>
<ul>
<li> A blog </li>
<li> A /about </li>
<li> Some nice css </li>
<li> A /now </li>
</ul>
</body>
</html>

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>Welcome to chopster44.com!</title>
</head>
<body>
<h1>Welcome!</h1>
<p>If you are seeing this message you have stumbled across my website!<br>
There is not much here yet, but one day this will be my blog/projects website. I've started a list of what I might do <a href="/future">here</a></p>
<p>If you cant wait for the website to be up, you can always contact me @chopster44 on Github and Discord, or <a href="mailto:oscar@chopster44.com">email me</a> if thats what you prefer. I'll get back to you with in a few days. <p>
<p> If not, I wish you happy travels of the internet and hope you come back some time soon!</p>
<p>&#128075; Bye! </p>
</body>
</html>