-
-
Save briangoins/26eff8fda31c58369a8368fead6e16c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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