Initial commit.
This commit is contained in:
5
vim/snippets/html/form.snippet
Executable file
5
vim/snippets/html/form.snippet
Executable file
@@ -0,0 +1,5 @@
|
||||
<form action="${1:action}" method="${2:post}" accept-charset="utf-8">
|
||||
${3}
|
||||
|
||||
<p><input type="submit" value="Continue →"/></p>
|
||||
</form>
|
||||
Reference in New Issue
Block a user