Header, Footer and some more words
This commit is contained in:
24
future.html
24
future.html
@@ -1,19 +1,33 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<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, 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>
|
||||
<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>
|
||||
|
||||
|
||||
</body>
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>© chopster44 2024</p>
|
||||
</footer>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user