create base page

This commit is contained in:
2025-12-02 08:01:09 -06:00
parent 240c4ba875
commit 2d391dab21
4 changed files with 94 additions and 0 deletions

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Im bad at naming things</title>
<link rel="stylesheet" href="assets/index.css">
</head>
<body>
<main>
<div>
<img src="/favicon.ico" alt="lucielle_avatar" width="256" height="256">
Lucielle
</div>
</main>
<ul id="bottomnav">
<li><a href="/">[/]</a></li>
<li><a href="#">[/projects]</a></li>
<li><a href="#">[/links]</a></li>
</ul>
</body>
</html>