Added overwrite- and fallback-content
[demos/httpresources] / src / main / resources / fallback / index.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>HttpResources-Demo with Spring Boot</title>
5   </head>
6   <body>
7     <h1>HttpResources-Demo with Spring Boot</h1>
8     <p>
9       Start any webserver at <strong>http://localhost:8888</strong> or
10       overwrite <strong>origin</strong> in the
11       <strong>application.properties</strong>...
12     </p>
13   </body>
14 </html>