libcasa-chan/pages/index.html
2023-01-26 23:16:51 -05:00

18 lines
340 B
HTML

<html>
<head>
<meta charset="UTF-8" />
<title>Libcasa-Chan</title>
</head>
<body>
<div class="whole-wrapper">
<div class="nav-wrapper">
<a class="home" href="/">Home</a>
<a class="about" href="/about">About</a>
</div>
<div class="title-wrapper">
<h1 class="title">Home</h1>
</div>
</div>
</body>
</html>