Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dishly
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
O Bar da Lora
Dishly
Commits
8d776fcb
Commit
8d776fcb
authored
May 14, 2026
by
Mariana Bongiolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adição de inputs
parent
9bd6d758
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
cadastro.html
templates/cadastro.html
+7
-3
index.html
templates/index.html
+1
-1
No files found.
templates/cadastro.html
View file @
8d776fcb
...
...
@@ -9,10 +9,14 @@
</head>
<body>
<div>
<div
container
>
<form
action=
"/cadastro"
method=
"POST"
>
<label
for=
"nome"
>
Nome da Receita
</label>
<input
id=
"nome"
name=
"nome"
type=
"text"
required
/>
<input
id=
"nome"
name=
"nome"
type=
"text"
placeholder=
"Nome da Receita"
required
/><br>
<input
id=
"porcoes"
name=
"porcoes"
type=
"text"
placeholder=
"Porcões"
><br>
<input
type=
"text"
name=
"tempo"
id=
"tempo"
placeholder=
"Tempo de Preparo"
><br>
<input
type=
"text"
nome=
"descricao"
id=
"descricao"
placeholder=
"Descrição da Receita"
><br>
<input
type=
"text"
nome=
"ingredientes"
id=
"ingredientes"
placeholder=
"Ingredientes"
><br>
<input
type=
"text"
nome=
"preparo"
id=
"preparo"
placeholder=
"Preparo da Receita"
><br>
<button
type=
"reset"
>
Limpar
</button>
<button
type=
"submit"
>
Salvar
</button>
</form>
...
...
templates/index.html
View file @
8d776fcb
...
...
@@ -25,7 +25,7 @@
</ul>
</div>
<footer>
<p>
©
202
3
Dishly. Todos os direitos reservados.
</p>
<p>
©
202
6
Dishly. Todos os direitos reservados.
</p>
</footer>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment