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

18 lines
346 B
HTML

<html>
<head>
<meta charset="UTF-8" />
<title>About Us</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="about-title">About Us</h1>
</div>
</div>
</body>
</html>