create base page
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user