1 <!DOCTYPE html>
2 <html lang="en" >
3
4 <head>
5 <meta charset="UTF-8">
6 <title>Whatsapp-floating-button</title>
7
8
9
10 <link rel="stylesheet" href="style.css">
11
12
13 </head>
14
15 <body>
16
17 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
18 <a href="https://api.whatsapp.com/send?phone=+34955225549&text=Hola%21%20Quisiera%20m%C3%A1s%20informaci%C3%B3n%20sobre%20Varela%202." class="float" target="_blank">
19 <i class="fa fa-whatsapp my-float"></i>
20 </a>
21
22
23
24 </body>
25
26 </html>