aboutsummaryrefslogtreecommitdiff
path: root/views/dashboard.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/dashboard.ejs')
-rw-r--r--views/dashboard.ejs18
1 files changed, 18 insertions, 0 deletions
diff --git a/views/dashboard.ejs b/views/dashboard.ejs
new file mode 100644
index 0000000..b4dec17
--- /dev/null
+++ b/views/dashboard.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 Dashboard</title>
+</head>
+<body>
+ <div class="background"></div>
+ <div class="container">
+ <h1>Welcome, <%= username %>!</h1>
+ <h2>Screen Name: <%= aim_username %></h2>
+ <a href="/password" class="button">Change Password</a>
+ <a href="/logout" class="button logout">Logout</a>
+ </div>
+</body>
+</html>