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 POST example</b>.
10		<p>
11		This is a static page served from ./mount-origin/index.html.
12		<p>
13		When you POST the form below, you will see the values of the<br>
14		form parameters reported on the console log.
15		<p>
16		<form action="/form1" method="post">
17			Type some text:<br>
18			<input type="text" name="text1"><br>
19			<input type="submit" name="send" value="Submit">
20		</form>
21	</body>
22</html>
23
24