2023-01-27 06:00:10 +01:00
|
|
|
<!DOCTYPE html>
|
2023-01-27 05:16:51 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Libcasa-Chan</title>
|
2023-01-27 06:00:10 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/styles/styles.css" />
|
2023-01-27 05:16:51 +01:00
|
|
|
</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>
|
2023-01-27 06:00:10 +01:00
|
|
|
<div class="discussion-wrapper">
|
|
|
|
</div>
|
2023-01-27 05:16:51 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|