mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
This commit is contained in:
parent
53de10fbda
commit
c38565a854
9
samples/simplewebapplication/www/index.html
Normal file
9
samples/simplewebapplication/www/index.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<form name="myform" action="/customers" method="POST">
|
||||||
|
FirstName: <input name="first_name"><br>
|
||||||
|
LastName: <input name="last_name"><br>
|
||||||
|
<input type="submit">
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user