Skip to content
Snippets Groups Projects
Commit c582d4f2 authored by Connor Brock's avatar Connor Brock
Browse files

Added barebones skeleton HTML pages for controller integration

parent a46c2762
No related branches found
No related tags found
1 merge request!1Added barebones skeleton HTML pages for controller integration
<!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