website/index.html

48 lines
1.2 KiB
HTML
Raw Normal View History

2024-04-18 15:00:25 -03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
2024-05-19 18:25:14 -03:00
<title>Home - unlxam</title>
2024-04-18 15:00:25 -03:00
</head>
<body>
2024-05-19 18:25:14 -03:00
<div class="container">
<nav>
<div class="box">
<div class="links">
<a href="index.html">Home</a>
|
<a href="another_page.html">Another page</a>
|
<a href="https://forge.unlxam.xyz">Forgejo</a>
</div>
</div>
</nav>
<main>
<div class="box">
<div class="home">
<div>
<h3>Hi!</h3>
<hr/>
</div>
<div class="website">
<p>This is my website.</p>
<p>For now, there's nothing much on it.</p>
<p>I will be adding things as they come to mind and when I have the time.</p>
</div>
<div>
<hr/>
<p>Thanks for passing by, if you are not me</p>
<p>(for some reason)</p>
</div>
</div>
</div>
</main>
<div class="smile">
:)
2024-04-18 15:00:25 -03:00
</div>
2024-05-19 18:25:14 -03:00
</div>
2024-04-18 15:00:25 -03:00
</body>
</html>