Last active
November 21, 2017 22:21
-
-
Save ymhuang0808/275b5dee0e6d136a73ae809c2ac65c3c to your computer and use it in GitHub Desktop.
Create article
This file contains 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
<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