Skip to content

Instantly share code, notes, and snippets.

@briangoins
Last active December 5, 2016 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briangoins/26eff8fda31c58369a8368fead6e16c2 to your computer and use it in GitHub Desktop.
Save briangoins/26eff8fda31c58369a8368fead6e16c2 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>New Post</h1>
<div>
<form method="POST">
Title:<br/>
<input type="text" name="title" style="width:100%"/>
<br/>Text:<br/>
<textarea style="width:100%" name="text"></textarea>
<br/>
<input type="submit" value="save"/>
<input type="hidden" name=":redirect" value="*.html"/>
<!-- used by Sling when decoding request parameters -->
<input type="hidden" name="_charset_" value="UTF-8"/>
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment