Finish adding Aboutme, projects, and socials pages
This commit is contained in:
@@ -6,11 +6,17 @@
|
||||
<title>Main - Lucielle's Page</title>
|
||||
<link rel="stylesheet" href="assets/css/global.css">
|
||||
<link rel="stylesheet" href="assets/css/index.css">
|
||||
<link rel="stylesheet" href="assets/css/links.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<img src="favicon.ico" alt="Website Logo" width="256px" height="256px">
|
||||
<span>Lucielle</span>
|
||||
</main>
|
||||
<div id="links">
|
||||
<a class="link" href="/aboutme.html">About Me</a>
|
||||
<a class="link" href="/projects.html">Projects</a>
|
||||
<a class="link" href="/socials.html">Socials</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user