-
Notifications
You must be signed in to change notification settings - Fork 2
/
simulacao.html
30 lines (30 loc) · 886 Bytes
/
simulacao.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
<!doctype html>
<html lang="pt">
<head>
<meta charset="utf-8">
<title>Simulação fera</title>
<meta name="description" content="Sitezão fera">
<meta name="author" content="Eduardo Fabio Paulo Vitor">
<link rel="stylesheet" href="style.css">
<script src="jquery.js"></script>
<script src="simu.js"></script>
</head>
<body>
<header>
<div id="cabe">
<div id="logo"><img src="logo.png"></img></div>
<h2>SIMULADOR DE MÁQUINAS DE ESTADO</h2>
<h4>Eduardo Baratela - Fabio Destro - Paulo Caneiro - Vitor Torres</h4>
<div id="entrada">
<div id="contEnt">
<p>Escolha a entrada</p>
<button class="btnE" id="bt0">0</button>
<button class="btnE" id="bt1">1</button>
<button class="btnE" id="btR">Gerar Relatorio</button>
</div>
</div>
</div>
</header>
<canvas width="980" height="980"></canvas>
</body>
</html>