-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (60 loc) · 2.13 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Teste coginitivo">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/fullscreen.css">
<link rel = "icon" type = "image/png" href = "./img/cognitive_functions_brain.png">
<title>Teste Cognitivo</title>
</head>
<body>
</button>
<div class="menupage">
<div class="playbtn">
Jogar
</div>
<!-- partial:index.partial.html -->
<button class="js-toggle-fullscreen-btn toggle-fullscreen-btn" aria-label="Enter fullscreen mode" hidden>
<svg class="toggle-fullscreen-svg" width="28" height="28" viewBox="-2 -2 28 28">
<g class="icon-fullscreen-enter">
<path d="M 2 9 v -7 h 7" />
<path d="M 22 9 v -7 h -7" />
<path d="M 22 15 v 7 h -7" />
<path d="M 2 15 v 7 h 7" />
</g>
<g class="icon-fullscreen-leave">
<path d="M 24 17 h -7 v 7" />
<path d="M 0 17 h 7 v 7" />
<path d="M 0 7 h 7 v -7" />
<path d="M 24 7 h -7 v -7" />
</g>
</svg>
</button>
<script src="./js/fullscreen.js"></script>
<script src="./css/fullscreen.css"></script>
</body>
</html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</div>
<!-- <div class="cursor">
<img src="img/crosshair.png" alt=""> -->
</div>
<div class="target">
<img src="img/target.png" alt="" draggable="true">
</div>
<div class="score">
</div>
<div class="timer">
</div>
<audio src="./sound/damage.wav" class="damage"></audio>
<audio src="./sound/shoot.wav" class="shoot"></audio>
<div class="highscore">Placar máximo 0</div>
<script src="./js/script.js"></script>
</body>
</html>