Created
June 11, 2013 01:36
-
-
Save gabrielrubens/5753951 to your computer and use it in GitHub Desktop.
Código de exemplo da utilização da API de bateria do HTML5 Fonte de estudo: http://loopinfinito.com.br/2013/03/21/battery-api/ (por já ter css e tudo)
This file contains hidden or 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
<div class="battery"> | |
<div class="anode"></div> | |
<div class="lifespan"> | |
<div class="progress red"></div> | |
<div class="charge">0%</div> | |
<div class="energy"></div> | |
<div class="plug"></div> | |
</div> | |
<div class="cathode"></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment