-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.02 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 1.02 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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<title></title>
</head>
<body>
<div class="container">
<div class="letrasCertas">
<span>Letras Certas <br></span>
<span class="letracerta"></span>
</div>
<div class="letrasErradas">
<span>Letras Erradas <br></span>
<span class="letraerrada"></span>
</div>
<div class="imgforca">
<img src="imagens/forca.png" class="imgforca">
<div class="imgenforcado">
<canvas width="400" height="400">
</canvas>
</div>
</div>
</div>
<div class="palavra">
<h2>Dica : </h2>
<span class="dica"></span>
</div>
<div class="palavra">
<span class="palForca" ></span>
</div>
<script type="text/javascript" src="js/canvas.js"></script>
<script type="text/javascript" src="js/forca.js"></script>
</body>
</html>