-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>butterfly</title>
<head>
<meta charset="UTF-8">
<title>Flappy Bird</title>
<link rel="stylesheet" href="css/estilo.css">
<link rel="stylesheet" href="css/flappy.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
.whatsapp-button {
display: inline-block;
background-color: #25D366; /* Cor de fundo do botão do WhatsApp */
color: #fff; /* Cor do texto do botão */
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
}
.whatsapp-button i {
margin-right: 10px; /* Espaçamento entre o ícone e o texto do botão */
}
</style>
</head>
<body class="conteudo">
<h1 wm-recarrega></h1>
<div wm-flappy>
</div>
<script src="js/flappy.js"></script>
<a href="https://api.whatsapp.com/send?phone=5511980735411" target="_blank" class="whatsapp-button">
<i class="fab fa-whatsapp"></i> Enviar mensagem no WhatsApp
</a>
</body>
</html>