- Eslô
- viny
- Vyni
- tadeu
- gil
- jade
- abravanel
- bruna
- camarote
- pipoca
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AC | |
AL | |
AP | |
AM | |
BA | |
CE | |
DF | |
ES | |
GO | |
MA |
Add To Homescreen (ATH) is a javascript widget that opens an overlaying message inviting the user to add the web site/application to the home screen. This was born mainly to support web-app-capable applications but extended to a more general purpose use case.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, | |
body { | |
font-family: "Arial", sans-serif; | |
margin: 0 auto; | |
padding: 40px 0; | |
max-width: 800px; | |
line-height: 1.6; | |
font-size: 18px; | |
color: #444; | |
} |