Last active
December 20, 2017 12:28
-
-
Save wake/685542deb83ef5f0cfcdff85a878b616 to your computer and use it in GitHub Desktop.
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
<!-- HTML 輸出檔案 - submit / reset 按鈕在同一個區塊裡 --> | |
<form> | |
<!-- 其他欄位資料 --> | |
<div class="form-group"> | |
<div class="col-sm-2"></div> | |
<div class="col-sm-10"> | |
<button type="submit" class="btn btn-primary"></button> | |
<button type="reset" class="btn btn-default"></button> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment