Imported Upstream version 3.2
[platform/upstream/libwebsockets.git] / minimal-examples / http-server / minimal-http-server-multivhost / mount-origin-localhost3 / 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                 Hello from the <b>minimal http server multivhost example</b>.<br>
10                 <br>
11                 This was served from <i>./mount-origin-<b>localhost3</b>/index.html</i><br>
12                 <br>
13                 You can confirm the 404 page handler by going to this
14                 nonexistant <a href="notextant.html">page</a>.
15         </body>
16 </html>
17