Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 0e9eeb36 authored by 65160394's avatar 65160394
Browse files

Project Round 2

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