Formatting

This commit is contained in:
2024-03-26 18:24:13 +00:00
parent fcefb0e977
commit d3bfd215b7
2 changed files with 70 additions and 67 deletions

View File

@@ -4,30 +4,31 @@
<title>Future</title>
<link href="index.css" rel="stylesheet">
</head>
<header>
<img src="/img/pfp.webp" width="141" alt="my profile picture">
<!-- <p>pfp here</p>-->
<div class="headerContent">
<h1>Chopster44.com</h1>
<div>
<a class="link" href="/">home</a>
<a class="link" href="/blog">blog</a>
<a class="link" href="/now">now</a>
</div>
</div>
</header>
<body>
<h1> Future </h1>
<p> This page is like a changelog but in reverse, instead 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>
<header>
<img src="/img/pfp.webp" width="141" alt="my profile picture">
<div class="headerContent">
<h1>Chopster44.com</h1>
<div>
<a class="link" href="/">home</a>
<a class="link" href="/blog">blog</a>
<a class="link" href="/now">now</a>
</div>
</div>
</header>
<main>
<h1> Future </h1>
<p> This page is like a changelog but in reverse, instead 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>
</main>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
</body>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
</html>