376chan/pages/about.html
2023-02-06 00:31:27 -05:00

24 lines
933 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>About 376</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>
<a class="contact-link" href="/contact">Contact</a>
</div>
<div class="about-title-wrapper">
<h1 class="about-title">About /376chan</h1>
</div>
<div class="about-content-wrapper">
<p class="about-content">/376chan is an imageboard that is sapiocentric -- centered and catered to the niche population that would identify as sapiosexual in any way. From philosophy, ethics and politics to math, science and technology; this is a place to post your memes and to foster an environment for sapio's to thrive. Thems the breaks; thats the mission.</p>
</div>
</div>
</body>
</html>