aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-06 15:37:40 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-06 15:37:40 -0400
commit2b60e8ea732fe314ff5256f2aa33012885901581 (patch)
treea7f0ba63891d731fcfd8000c15259554e5075cb5 /views/index.ejs
parentc1ca4c1fb14e674385dbcf96e57082a2ab3d427e (diff)
downloadfreeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.tar.gz
freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.tar.bz2
freeso-discord-auth-2b60e8ea732fe314ff5256f2aa33012885901581.zip
Server name no longer hardcoded; Logo now configurable; Password api change
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 736d56d..bb15326 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -4,12 +4,12 @@
<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>
+ <title><%= serverName %></title>
</head>
<body>
<div class="background"></div>
<div class="container">
- <img src="/img/logo.png" alt="logo" width="200">
+ <img src=<%= logo %> 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>