blob: 9e9e551a044d38ea98271c399109f530fbc16b34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<title>bnbAIM</title>
</head>
<body>
<div class="background"></div>
<div class="container">
<img src="/img/logo.png" alt="logo" width="100">
<p>Log into your Discord account to get access to <%= serverName %>.</p>
<p><i>You must be a <%= discordName %> member.</i></p>
<a class="button discord" href="/login">Login with Discord</a>
</div>
</body>
</html>
|