Added overwrite- and fallback-content
[demos/httpresources] / src / main / resources / overwrite / test.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     <h2>Overwrite Content</h2>
9     <p>
10       This content is always visible.
11     </p>
12     <p>
13       Start any webserver at <strong>http://localhost:8888</strong> or
14       overwrite <strong>origin</strong> in the
15       <strong>application.properties</strong>...
16     </p>
17     <p>
18       Overwritten content:
19     </p>
20     <ul>
21       <li><a href="/favicon.ico">favicon.ico</a></li>
22       <li>test.html</li>
23     </ul>
24   </body>
25 </html>