Commit 8d776fcb by Mariana Bongiolo

adição de inputs

parent 9bd6d758
...@@ -9,10 +9,14 @@ ...@@ -9,10 +9,14 @@
</head> </head>
<body> <body>
<div> <div container>
<form action="/cadastro" method="POST"> <form action="/cadastro" method="POST">
<label for="nome">Nome da Receita</label> <input id="nome" name="nome" type="text" placeholder="Nome da Receita" required /><br>
<input id="nome" name="nome" type="text" required /> <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="reset">Limpar</button>
<button type="submit">Salvar</button> <button type="submit">Salvar</button>
</form> </form>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</ul> </ul>
</div> </div>
<footer> <footer>
<p>&copy; 2023 Dishly. Todos os direitos reservados.</p> <p>&copy; 2026 Dishly. Todos os direitos reservados.</p>
</footer> </footer>
</body> </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