-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 1.2 KB
/
index.html
File metadata and controls
1 lines (1 loc) · 1.2 KB
1
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Negociações</title><link href="styles.css?080a6decb2ec10bca2d9" rel="stylesheet"></head><body class="container"><h1 class="text-center">Negociações</h1><div id="mensagemView"></div><form class="form"><div class="form-group"><label for="data">Data</label> <input type="text" id="data" class="form-control" required autofocus></div><div class="form-group"><label for="quantidade">Quantidade</label> <input type="number" min="1" step="1" id="quantidade" class="form-control" value="1" required></div><div class="form-group"><label for="valor">Valor</label> <input id="valor" type="number" class="form-control" min="0.01" step="0.01" value="0.0" required></div><button class="btn btn-primary" type="submit">Incluir</button></form><div class="text-center"><button id="botao-importa" class="btn btn-primary text-center" type="button">Importar Negociações</button> <button id="botao-apaga" class="btn btn-primary text-center" type="button">Apagar</button></div><br><br><div id="negociacoes"></div><script type="text/javascript" src="vendor.bundle.js?080a6decb2ec10bca2d9"></script><script type="text/javascript" src="bundle.js?080a6decb2ec10bca2d9"></script></body></html>