diff options
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs new file mode 100644 index 0000000..9e9e551 --- /dev/null +++ b/views/index.ejs @@ -0,0 +1,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> |
