2023-01-30 07:40:00 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" / >
< title > 376chan< / title >
< link rel = "stylesheet" type = "text/css" href = "./../styles/styles.css" / >
< / head >
< body >
2023-02-04 18:54:00 +01:00
< script type = "javascript" href = "../auth/varification.js" > < / script >
2023-01-30 07:40:00 +01:00
< 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 >
2023-01-31 03:24:04 +01:00
< div class = "login-wrapper" >
2023-02-04 18:54:00 +01:00
< 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 / >
2023-01-31 03:24:04 +01:00
< input type = "submit" class = "login-button" value = "Log in" / >
< / form >
< / div >
2023-02-04 21:51:20 +01:00
< 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 >
2023-01-30 07:40:00 +01:00
< / div >
< / body >
< / html >