diff --git a/src/main/resources/index.html b/src/main/resources/index.html new file mode 100644 index 0000000000000000000000000000000000000000..489349d1b63d75904028b48ddd4eb36d29f63650 --- /dev/null +++ b/src/main/resources/index.html @@ -0,0 +1,11 @@ +<!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 diff --git a/src/main/resources/towns/caerleon.html b/src/main/resources/towns/caerleon.html new file mode 100644 index 0000000000000000000000000000000000000000..4b53c334843f4fe623944fd5f9c179a8f6c672ef --- /dev/null +++ b/src/main/resources/towns/caerleon.html @@ -0,0 +1,11 @@ +<!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 diff --git a/src/main/resources/towns/caerphilly.html b/src/main/resources/towns/caerphilly.html new file mode 100644 index 0000000000000000000000000000000000000000..edf5af3527ab083f770fe10ee2f1d1d4744759b4 --- /dev/null +++ b/src/main/resources/towns/caerphilly.html @@ -0,0 +1,10 @@ +<!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 diff --git a/src/main/resources/towns/risca.html b/src/main/resources/towns/risca.html new file mode 100644 index 0000000000000000000000000000000000000000..3e4e9caf9996db66d04878f3c151f05e7d2b9b26 --- /dev/null +++ b/src/main/resources/towns/risca.html @@ -0,0 +1,11 @@ +<!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