Imported Upstream version 3.2.0
[platform/upstream/libwebsockets.git] / minimal-examples / http-server / minimal-http-server-multivhost / mount-origin-localhost1 / index.html
1  <html>
2  <head>
3   <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
4  </head>
5         <body>
6                 <img src="libwebsockets.org-logo.svg">
7                 <img src="strict-csp.svg"><br>
8
9
10                 Hello from the <b>minimal http server multivhost example</b>.<br>
11                 <br>
12                 This was served from <i>./mount-origin-<b>localhost1</b>/index.html</i><br>
13                 <br>
14                 You can confirm the 404 page handler by going to this
15                 nonexistant <a href="notextant.html">page</a>.
16         </body>
17 </html>
18