aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
blob: 736d56d245a5df2bdf75394e5c394aa6db4ed5ec (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>bnbSO</title>
</head>
<body>
    <div class="background"></div>
    <div class="container">
        <img src="/img/logo.png" alt="logo" width="200">
        <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>