Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Re-rememberPET
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PET Computação
Re-rememberPET
Merge requests
!3
An error occurred while fetching the assigned milestone of the selected merge_request.
contato
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
contato
branchnova
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Miguel Angelo Salerno
requested to merge
branchnova
into
master
6 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
915e3609
6 years ago
master (base)
and
latest version
latest version
ac232a09
2 commits,
6 years ago
version 1
915e3609
1 commit,
6 years ago
2 files
+
29
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
contato.html
+
7
−
10
Options
@@ -65,14 +65,13 @@
<fieldset>
<!-- Form Name -->
<legend>
Form Name
</legend>
<legend>
Entre em contato
</legend>
<!-- Text input-->
<div
class=
"form-group"
>
<label
class=
"col-md-4 control-label"
for=
"textinput_nome"
>
Nome
</label>
<div
class=
"col-md-4"
>
<input
id=
"textinput_nome"
name=
"textinput_nome"
placeholder=
"digitar nome completo"
class=
"form-control input-md"
required=
""
type=
"text"
>
<span
class=
"help-block"
>
entre com seu nome
</span>
<input
id=
"textinput_nome"
name=
"textinput_nome"
placeholder=
"Nome Completo"
class=
"form-control input-md"
required=
""
type=
"text"
>
</div>
</div>
@@ -80,24 +79,22 @@
<div
class=
"form-group"
>
<label
class=
"col-md-4 control-label"
for=
"textinput_email"
>
Email
</label>
<div
class=
"col-md-4"
>
<input
id=
"textinput_email"
name=
"textinput_email"
placeholder=
"digite um email válido"
class=
"form-control input-md"
required=
""
type=
"text"
>
<span
class=
"help-block"
>
entre com seu email
</span>
<input
id=
"textinput_email"
name=
"textinput_email"
placeholder=
"exemplo@pet.com"
class=
"form-control input-md"
required=
""
type=
"text"
>
</div>
</div>
<!-- Textarea -->
<div
class=
"form-group"
>
<label
class=
"col-md-4 control-label"
for=
"textarea_mensagem"
>
Mensagem
</label>
<div
class=
"col-md-4"
>
<textarea
class=
"form-control"
id=
"textarea_mensagem"
name=
"textarea_mensagem"
>
digite aqui sua
mensagem
</textarea>
<div
class=
"col-md-4"
>
<textarea
type=
"text"
name=
"textarea_mensagem"
placeholder=
"Insira sua mensagem"
class=
"form-control"
id=
"textarea_
mensagem
"
>
</textarea>
</div>
</div>
<!-- Button -->
<div
class=
"form-group"
>
<label
class=
"col-md-4 control-label"
for=
"singlebutton_enviar"
>
Enviar
</label>
<div
class=
"col-md-4"
>
<button
id=
"singlebutton_enviar"
name=
"singlebutton_enviar"
class=
"btn btn-primary"
>
enviar
</button>
<div
class=
"col-md-12"
>
<button
id=
"singlebutton_enviar"
name=
"singlebutton_enviar"
class=
"btn btn-primary botao"
>
Enviar
</button>
</div>
</div>
Loading