Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 2d6e3897 authored by 65160394's avatar 65160394
Browse files

commit1

parent 863b4d11
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment