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

Merge branch 'Main' into InitialWebPageControllers

Updating controller branch with associated html pages
parents c9467509 59c0ddee
No related branches found
No related tags found
1 merge request!2Merger to resolve "As a user, I want the webpage to be easily operable so that I can navigate through the content effortlessly and accomplish my tasks efficiently."
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home Page</title>
</head>
<body>
<h1>Welcome to the home page</h1>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Caerleon</title>
</head>
<body>
<h1> Welcome to the town of Caerleon.</h1>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Caerphilly</title>
</head>
<body>
<h1> Welcome to the town of Caerphilly.</h1>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Risca</title>
</head>
<body>
<h1> Welcome to the town of Risca.</h1>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment