moonbridge

diff example_webpage.html @ 0:f6d3b3f70dab

Initial commit
author jbe
date Sun Jan 04 19:30:28 2015 +0100 (2015-01-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/example_webpage.html	Sun Jan 04 19:30:28 2015 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html lang="en">
     1.5 +  <head>
     1.6 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.7 +    <link href="example_webpage.css" rel="stylesheet" type="text/css">
     1.8 +    <title>Moonbridge Network Server for Lua Applications &ndash; Example Application</title>
     1.9 +  </head>
    1.10 +  <body>
    1.11 +    <h1>Moonbridge Network Server for Lua &ndash; Example Application</h1>
    1.12 +    <h2>Test POST request with file upload</h2>
    1.13 +    <form action="/post_example" method="POST" enctype="multipart/form-data">
    1.14 +      Files: <input type="file" name="files" multiple>
    1.15 +      Comment: <input type="text" name="comment">
    1.16 +      <input type="submit">
    1.17 +    </form>
    1.18 +  </body>
    1.19 +</html>

Impressum / About Us