diff --git a/views/tour.ejs b/views/tour.ejs deleted file mode 100644 index 96402033a61577b959815938569f7c0de6eb5a60..0000000000000000000000000000000000000000 --- a/views/tour.ejs +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title><%= tour.name %></title> -</head> -<body> - <h1><%= tour.name %></h1> - <p><%= tour.description %></p> - <p>Price: <%= tour.price %> THB</p> - <img src="<%= tour.image_url %>" alt="<%= tour.name %>"> - <br> - <a href="/">Back to Home</a> -</body> -</html>