-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (105 loc) · 4.57 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="pt">
<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">
<meta name="description"
content="Aprenda a investir e aumente sua renda com Meu Poupig. Jogue e torne-se o chefão do seu dinheiro, tudo de graça e com diversão.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://voaneves.com/meupoupig">
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap"
rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180"
href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="assets/img/favicon-16x16.png">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Meu Poupig - Vire o chefão do seu dinheiro 💵</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://voaneves.com/meupoupig">
<meta property="og:title"
content="Meu Poupig | Vire o chefão do seu dinheiro">
<meta property="og:description"
content="Aprenda a investir e aumente sua renda com Meu Poupig. Jogue e torne-se o chefão do seu dinheiro, tudo de graça e com diversão.">
<meta property="og:image"
content="assets/img/banner.png">
<meta property="twitter:card" content="assets/img/banner.png">
<meta property="twitter:url" content="https://voaneves.com/meupoupig">
<meta property="twitter:title"
content="Meu Poupig | Vire o chefão do seu dinheiro">
<meta property="twitter:description"
content="Aprenda a investir e aumente sua renda com Meu Poupig. Jogue e torne-se o chefão do seu dinheiro, tudo de graça e com diversão.">
<meta property="twitter:image"
content="assets/img/banner.png">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Game",
"name": "Meu Poupig",
"description": "Aprenda a investir e aumente sua renda com Meu Poupig. Jogue e torne-se o chefão do seu dinheiro, tudo de graça e com diversão.",
"image": "assets/img/banner.png",
"url": "https://voaneves.com/meupoupig"
}
</script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/service-worker.js')
.then(reg => console.log('Service Worker: Registered'))
.catch(err => console.log(`Service Worker: Error: ${err}`));
});
}
</script>
</head>
<body>
<main class="container">
<section class="container__left">
<img src="assets/img/left-image.svg"
alt="Imagem ilustrativa de um homem guardando dinheiro em um porquinho"
loading="lazy" />
<h1>Vire o chefão do seu dinheiro 💵</h1>
<p>Jogue, aprenda a investir e faça sua grana crescer! E o melhor,
<strong>de graça</strong> 😉</p>
</section>
<aside class="container__right">
<div class="content">
<img class="logo" src="assets/img/logo.svg" alt="Logo Meu Poupig"
loading="lazy" />
<h2>Faça seu login para começar</h2>
<form>
<div class="input__group">
<input type="text" id="username" name="username" placeholder=" "
required />
<label for="username">Usuário ou Email</label>
</div>
<div class="input__group">
<input type="password" id="password" placeholder=" "
name="password" required />
<label for="password">Senha</label>
</div>
<p><a href="#">Esqueceu sua senha?</a></p>
<button type="submit" aria-label="Faça o Login">Login</button>
</form>
<div class="divider">
<span>ou</span>
</div>
<a class="google__login" aria-label="Continue com o Google"
role="button" tabindex="0" href="home.html">
<img src="assets/img/search.png" alt="Continuar com o Google"
loading="lazy" />
<span>Continue com o Google</span>
</a>
<p class="create__account">
Não tem um Poupig? <a href="#">Crie sua conta</a>
</p>
</div>
</aside>
</main>
</body>
</html>