You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
713 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
<link rel="stylesheet" type="text/css" href="assets/css/login.css" />
</head>
<body>
<div class="login-container">
<img src="assets/images/logo.jpg" alt="Sponsor a Hacker Logo">
<h1>Welcome!</h1>
<p>Login with Twitch to continue and connect with your tech community.</p>
<a href="/auth/login/twitch" class="twitch-button">Login with Twitch</a>
<p class="footer-text">
By logging in, you agree to our <a href="/terms">Terms of Service</a> and <a href="/privacy">Privacy Policy</a>.
</p>
</div>
</body>
</html>