Commit 8d776fcb by Mariana Bongiolo

adição de inputs

parent 9bd6d758
......@@ -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>
......
......@@ -25,7 +25,7 @@
</ul>
</div>
<footer>
<p>&copy; 2023 Dishly. Todos os direitos reservados.</p>
<p>&copy; 2026 Dishly. Todos os direitos reservados.</p>
</footer>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment