Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 43a0ec24 authored by 65160394's avatar 65160394
Browse files

Project Round 6

parent e5cab5f1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
<body>
<main>
<h1>Create New Tour</h1>
<br>
<form action="/create" method="POST">
<div>
<label for="tourName">Tour Name:</label>
......@@ -29,9 +30,5 @@
<button type="submit">Create Tour</button>
</form>
</main>
<footer>
<p>&copy; 2025 Your Tour Website</p>
</footer>
</body>
</html>
......@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Edit Tour</title>
<link rel="stylesheet" href="/css/edittour.css">
</head>
<body>
<h1>Edit Tour</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment