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

36 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>376chan</title>
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
</head>
<body>
<script type="javascript" href="../auth/varification.js" ></script>
<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="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 class="login-wrapper">
<form action="/members" method="POST" class="login">
<input type="text" class="username" name="username" placeholder="Username" /><br/><br/>
<input class="password" type="password" name="password" placeholder="Password" /><br/><br/>
<input type="submit" class="login-button" value="Log in" />
</form>
</div>
<div class="updates-wrapper">
<h2 class="updates-title">---News---</h3>
<p class="update-content"><span style="font-weight: bold; color: black">Update 1: </span>Registration is closed until further notice for development; though still mostly functional for the time being. Thank you for your patience.</p>
</div>
</div>
</body>
</html>