sapiochat/pages/notlogged.html

20 lines
659 B
HTML
Raw Normal View History

2023-02-21 02:10:41 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="URF-8" />
<title>Please Log In First.</title>
2023-02-21 02:21:04 +01:00
<link rel="stylesheet" type="text/css" href="i./../styles/styles.css" />
2023-02-21 02:10:41 +01:00
</head>
<body>
<div class="whole-wrapper">
<div class="nav-wrapper">
<a class="home-link" href="/">Home</a>
</div>
2023-02-21 02:21:04 +01:00
<div class="not-logged-content-wrapper">
<h1 class="not-logged-title">You need to log in first. Please go back and submit some valid information.</h1>
<p class="not-logged-message">If you need to sign up, you can do so; <a class="signup-link-land2" href="/signup">here</a>.
</div>
2023-02-21 02:10:41 +01:00
</div>
</body>
</html>