-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="CSS.css">
<title>CALCULADORA DE INSS 2022</title>
</head>
<body>
<form name="mainform" action="calculator.php">
<h2> CALCULADORA DE INSS 2022</h2>
Pequeno simulador que visa facilitar o calculo da nova tabela de INSS 2022.
<br><br>
Salário
<label><input type="text" name="salario" value="" class="input"/></label>
<label><input type="text" name="salario" value="" class="input" onchange=""/></label>
<br><br>
<input type="submit" class="button" value="Calcular" name="add" style=" border:1px solid; padding: 11px 21px; vertical-align: middle; background:#2D888F; color:white;border-radius:6px; font-size: 20px; font-family:helvetica, serif;text-decoration:none;" >
</form>
</body>
</html>