Skip to content
Snippets Groups Projects
Commit 554ebe71 authored by Rhys Evans's avatar Rhys Evans
Browse files

Initial Lnadmark lsiting in progress

parent db8af330
Branches
No related tags found
1 merge request!5Resolve "As a user I want to be able to see a list of specific landmarks so I can decide where to go next on the trail"
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<style>
#landmarkList{
border: 2px solid black;
}
</style>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Caerphilly</title> <title>Caerphilly</title>
</head> </head>
<body> <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> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment