-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
51 lines (44 loc) · 2.11 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-language" content="pt-br, en-US" />
<title>Jogue Tetris | Jogue o clássico game Tetris agora mesmo!! </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="O famoso e clássico Tetris em sua versão online. Quantos pontos você consegue fazer?">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="google-site-verification" content="leuuzx65nQLBknkD8eoz_jwFmHFbSWuobvIzVQufNDs" />
<link rel="stylesheet" type="text/css" href="css/style.css?v=dGvYF7j" />
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body>
<div id="particles-js"></div>
<div id="container">
<div id="matriz"></div>
<div id="info">
<div id="pontuacaoBox" class="box">
<div class="titulo">Pontuação</div>
<div id="pontuacao">-</div>
</div>
<div class="box">
<a class="github-button" href="https://github.com/guitarrist/tetriss" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star guitarrist/tetriss on GitHub">Star</a>
</div>
<div class="box">
<a class="github-button" href="https://github.com/guitarrist/tetriss/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork guitarrist/tetriss on GitHub">Fork</a>
</div>
<div id="proximasPecasBox" class="box">
<div class="2"></div>
<br>
<div class="1"></div>
<br>
<div class="0"></div>
<br>
</div>
</div>
</div>
<script type="text/javascript" src="index.js?v=sHJGwXD"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-59419372-7"></script>
<script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-59419372-7');</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>