diff --git a/views/index.ejs b/views/index.ejs
index f51c748714b5bf0a79a80122ca2312b3be86cfd8..fa5b9a2c78e07280cb0fe5ba5a86f68b00bea762 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>