--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>404 - NOT FOUND</title>
+ </head>
+ <body>
+ <h1>404 - NOT FOUND</h1>
+ <p>
+ Start any webserver at <strong>http://localhost:8888</strong> or
+ overwrite <strong>origin</strong> in the
+ <strong>application.properties</strong>...
+ </p>
+ </body>
+</html>
--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>400er ERROR on Client-Side</title>
+ </head>
+ <body>
+ <h1>400er ERROR on Client-Side</h1>
+ <p>
+ Start any webserver at <strong>http://localhost:8888</strong> or
+ overwrite <strong>origin</strong> in the
+ <strong>application.properties</strong>...
+ </p>
+ </body>
+</html>
--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>500er ERROR on Server-Side</title>
+ </head>
+ <body>
+ <h1>500er ERROR on Server-Side</h1>
+ <p>
+ Start any webserver at <strong>http://localhost:8888</strong> or
+ overwrite <strong>origin</strong> in the
+ <strong>application.properties</strong>...
+ </p>
+ </body>
+</html>
--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>HttpResources-Demo with Spring Boot</title>
+ </head>
+ <body>
+ <h1>HttpResources-Demo with Spring Boot</h1>
+ <p>
+ Start any webserver at <strong>http://localhost:8888</strong> or
+ overwrite <strong>origin</strong> in the
+ <strong>application.properties</strong>...
+ </p>
+ </body>
+</html>