-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 820 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (22 loc) · 820 Bytes
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Games: snake, game, game snake, jogo, cobrinha">
<meta name="keywords" content="game in 2d, snake, cobra, jogo, 2d, cobrinha">
<meta name="robots" content="index, follow">
<meta name="author" content="@Jakki_fx">
<link rel="stylesheet" href="css/style.css">
<title>Game snake | @jakki_fx</title>
<style></style>
</head>
<body>
<div style="width: 529px; position: relative">
<canvas id="container-game" width="529px" height="529px"></canvas>
<div id="score"></div>
</div>
<script src="js/script.js"></script>
</body>
</html>