-
Notifications
You must be signed in to change notification settings - Fork 0
/
insert_db.html
33 lines (26 loc) · 950 Bytes
/
insert_db.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./res/ico.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="./css_test/estilo.css">
<link rel="stylesheet" href="./css_testestilo2.css" media="screen and (max-width: 480px)" />
<script src="https://www.gstatic.com/firebasejs/3.7.4/firebase.js"></script>
<script src="./program_test/systembi_insertBD.js"></script>
<title>Insert Device</title>
</head>
<body>
<div id="pagina_home">
<h3>Acesse restrito a desktop</h3>
</div>
<form id="insert_bank">
<label>Nome do Equipamento</label><br>
<input type="text" name="text_input" id="text_input">
<input type="button" value="Insert in bank" id="Insert_in_bank" onclick="add_device()">
</form>
<a href="Controle_de_estoque.html">
<input type="button" value="voltar" id="voltar">
</a>
</body>
</html>