Directory refactor, new cover image, redone HTML

pull/1/head
dugo3number2 2022-12-06 15:23:29 -06:00
parent 8604cb1452
commit 7530a9691a
2 changed files with 16 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

View File

@ -4,6 +4,21 @@
<title>Placeholder</title>
</head>
<body>
<h1>Placeholder</h1>
<header>
<h1>Placeholder</h1>
<nav>
<ul>
<li>Home</li>
<li>Page 1</li>
<li>Page 2</li>
</ul>
</nav>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>