From 554ebe71d85f20ba3a126fdae2ebfad4694d929e Mon Sep 17 00:00:00 2001 From: Rhys Evans <EvansRM17@cardiff.ac.uk> Date: Thu, 23 Nov 2023 14:44:59 +0000 Subject: [PATCH] Initial Lnadmark lsiting in progress --- .../resources/templates/towns/caerphilly.html | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/towns/caerphilly.html b/src/main/resources/templates/towns/caerphilly.html index edf5af35..78edd9ee 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 -- GitLab