Skip to content

Instantly share code, notes, and snippets.

@ymhuang0808
Last active November 21, 2017 22:21
Show Gist options
  • Save ymhuang0808/275b5dee0e6d136a73ae809c2ac65c3c to your computer and use it in GitHub Desktop.
Save ymhuang0808/275b5dee0e6d136a73ae809c2ac65c3c to your computer and use it in GitHub Desktop.
Create article
<form method="POST" action="<!-- URL -->">
<div class="form-group">
<label for="title">標題</label>
<input type="text" class="form-control" id="title" name ="title" placeholder="輸入標題">
</div>
<div class="form-group">
<label for="body">內容</label>
<textarea class="form-control" name="body" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-default">送出</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment