create base page with card

This commit is contained in:
2026-05-26 22:50:15 -05:00
parent 878722ddd1
commit 2077195d2d
3 changed files with 49 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main - Lucielle's Page</title>
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<main>
<img src="favicon.ico" alt="Website Logo" width="256px" height="256px">
<span>Lucielle</span>
</main>
</body>
</html>