This repository was archived by the owner on Jul 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1.41 KB
/
index.html
File metadata and controls
34 lines (29 loc) · 1.41 KB
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
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SVM</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<div class="container">
<section class="tela">
</section>
<button class="botoesNumericos" id="botao1">1</button>
<button class="botoesNumericos" id="botao2">2</button>
<button class="botoesNumericos" id="botao3">3</button>
<button class="botoesNumericos" id="botao4">4</button>
<button class="botoesNumericos" id="botao5">5</button>
<button class="botoesNumericos" id="botao6">6</button>
<button class="botoesNumericos" id="botao7">7</button>
<button class="botoesNumericos" id="botao8">8</button>
<button class="botoesNumericos" id="botao9">9</button>
<button class="botoesNumericos botaoZero" id="botao0">0</button>
<button class="botoesDeManipulacao botaoBranco" id="botaoBranco">BRANCO</button>
<button class="botoesDeManipulacao botaoCorrige" id="botaoCorrige">CORRIGE</button>
<button class="botoesDeManipulacao botaoConfirma" id="botaoConfirma">CONFIRMA</button>
</div>
<button class="botaoResultados" id="botaoResultados">RESULTADOS</button>
<script src="main.js"></script>
</body>
</html>