From 95caa4db65dbd543284d81c8f0bc4e7e01efd945 Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Sun, 16 Mar 2025 15:08:33 +0700 Subject: [PATCH] Project Round 1 --- views/index.ejs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index eab6f52..f7178fd 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -7,9 +7,15 @@ <link rel="stylesheet" href="/css/style.css"> </head> <body> - <header> - <h1>Welcome to Our Tour Website</h1> - </header> + <header> + <h1>Welcome to Our Tour Website</h1> + <nav> + <a href="/">Home</a> + <a href="/about">About</a> + <a href="/contact">Contact</a> + <a href="/login">Login</a> + </nav> + </header> <section> <h2>Available Tours</h2> -- GitLab