mirror of
https://github.com/sstent/node.git
synced 2026-01-27 23:51:45 +00:00
updated app
This commit is contained in:
9
node_modules/derby-examples/sink/views/app/submit.html
generated
vendored
Normal file
9
node_modules/derby-examples/sink/views/app/submit.html
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<Body:>
|
||||
<form action=submit method=post>
|
||||
<input type=hidden name=_method value=put>
|
||||
<p><label>Name: <input type=text name=user[name]></label></p>
|
||||
<p><label>Email: <input type=text name=user[email]></label></p>
|
||||
<p><input type=submit></p>
|
||||
</form>
|
||||
<h3>Arguments:</h3>
|
||||
<pre><code>{{args}}</code></pre>
|
||||
Reference in New Issue
Block a user