376chan/pages/home.html

23 lines
560 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>376chan</title>
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">
<div class="nav-wrapper">
<a class="home-link" href="/">Home</a>
<a class="about-link" href="/about">About</a>
</div>
<div class="home-title-wrapper">
<h1 class="home-title">/376chan</h1>
</div>
<div class="home-subtitle-wrapper">
<p class="home-subtitle">The sapiocentric imageboard.</p>
</div>
</div>
</body>
</html>