From 2d6e3897f940679ecfe83aa12f1663c712f3de25 Mon Sep 17 00:00:00 2001 From: Atiwit Pattanapukdee <65160394@go.buu.ac.th> Date: Thu, 13 Mar 2025 14:46:40 +0700 Subject: [PATCH] commit1 --- views/index.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index f51c748..fa5b9a2 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -7,11 +7,11 @@ </head> <body> <h1>รายการทัวร์</h1> - <ul> + <!-- <ul> <% tours.forEach(tour => { %> <li><%= tour.name %> - <%= tour.location %> - $<%= tour.price %></li> <% }) %> - </ul> + </ul> --> <h2>เพิ่มทัวร์ใหม่</h2> <form action="/add" method="POST"> <input type="text" name="name" placeholder="ชื่อทัวร์" required> -- GitLab