Last active
November 28, 2018 16:49
-
-
Save chamatt/e8412939b16fc96367702ac2c0920031 to your computer and use it in GitHub Desktop.
Fomulario
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
| <h1 class="text-center mt-4 blog-title-header">Adicionar Post</h1> | |
| <hr class="blog-title-separator" /> | |
| <div class="add-post-container"> | |
| <form id="add-post-form"> | |
| <input class="form-control add-post-title" type="text" name="title" placeholder="Titulo" /> | |
| <textarea class="form-control add-post-body" name="body" placeholder="Corpo" > | |
| </textarea> | |
| <input class="form-control add-post-title" type="text" name="image" placeholder="URL da Imagem"/> | |
| <div class="text-center"> | |
| <button type="submit" class="btn btn-primary add-post-button text-center"> | |
| Criar | |
| </button> | |
| </div> | |
| </form> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment