diff --git a/frontend/Web/index.html b/frontend/Web/index.html
index becd4c7..fa87069 100644
--- a/frontend/Web/index.html
+++ b/frontend/Web/index.html
@@ -1,13 +1,195 @@
-
-
-
- ZYM's Book Store
-
-
-
-
-
-
+
+
+
+ ZYM's Book Store
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/Web/index.js b/frontend/Web/index.js
index 404d1e6..b5e403f 100644
--- a/frontend/Web/index.js
+++ b/frontend/Web/index.js
@@ -154,6 +154,10 @@ backend.on('exit', (code, signal) => {
process.exit(0);
});
+app.get('/login', (req, res) => {
+ res.sendFile(join(__dirname, 'login.html'));
+});
+
server.listen(3000, () => {
console.log('server running at http://localhost:3000');
});
\ No newline at end of file
diff --git a/frontend/Web/login.html b/frontend/Web/login.html
new file mode 100644
index 0000000..e482c7a
--- /dev/null
+++ b/frontend/Web/login.html
@@ -0,0 +1,13 @@
+
+
+
+
+ login - ZYM's Book Store
+
+
+
+
+
+
+
\ No newline at end of file