diff --git a/src/main/resources/templates/towns/caerphilly.html b/src/main/resources/templates/towns/caerphilly.html index edf5af3527ab083f770fe10ee2f1d1d4744759b4..78edd9ee490e383f3d1c1c5fd0dcc44536c6a438 100644 --- a/src/main/resources/templates/towns/caerphilly.html +++ b/src/main/resources/templates/towns/caerphilly.html @@ -1,10 +1,36 @@ <!DOCTYPE html> <html lang="en"> +<style> + #landmarkList{ + border: 2px solid black; + + } + +</style> + <head> <meta charset="UTF-8"> <title>Caerphilly</title> </head> <body> -<h1> Welcome to the town of Caerphilly.</h1> +<main> + <h1> Welcome to the town of Caerphilly.</h1> + + <h2> Welcome to the trail of trail-ness!</h2> + <section name="Badge/StickerProgress"></section> + + <li name="landmarkList"id="landmarkList"> + <ul>1. Landmark 1 - href</ul> + <ul>2. Landmark 2 - href</ul> + <ul>3. Landmark 2 - href</ul> + <ul>4. Landmark 2 - href</ul> + <ul>5. Landmark 2 - href</ul> + </li> + + + + +</main> </body> + </html> \ No newline at end of file