-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplay.html
More file actions
48 lines (44 loc) · 1.63 KB
/
play.html
File metadata and controls
48 lines (44 loc) · 1.63 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
45
46
47
48
<!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="Refresh" content="0; url='index.html'" />
<title>O Pingo do Conhecimento</title>
<link rel="shortcut icon" type="x-icon" href="images/favicon.png">
<link rel="stylesheet" href="main.css">
</head>
<body>
<nav class="bottom-shadow text-shadow">
<img src="images/logo_white_small.png" class="logo">
</nav>
<main class="middle-width top-margin bottom-margin-large">
<section id="play-mobile">
<h2>Jogar no celular</h2>
<div class="top-margin-medium">
<p class="links top-margin-medium">
<a href="https://play.google.com/store/apps/details?id=com.DenilMakesGames.PingoMaths&pcampaignid=web_share">Baixar na Play Store</a>
</p>
</div>
</section>
<div class="divider"></div>
<section id="play-web">
<h2>Jogar no computador</h2>
<div class="top-margin-medium">
<p class="links top-margin-medium">
<a href="https://denilmakesgames.itch.io/mundo-da-matematica">Jogar no Itch.io</a>
</p>
</div>
</section>
</main>
<footer class="top-shadow">
<div>
<p>
<a href="index.html">⬅ Voltar</a>
</p>
</div>
<p class="page-update top-margin">Página atualizada por último em 21 de outubro de 2024.</p>
<p class="copyright"><b>© 2023 - 2024 Denilseven</b></p>
</footer>
</body>
</html>