<!DOCTYPE html> <html lang="pt-BR" ng-app="homer"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="robots" content="noindex"> <meta name="googlebot" content="noindex"> <!-- Page title set in pageTitle directive --> <title page-title></title> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!--<link rel="shorgittcut icon" type="image/ico" href="favicon.ico" />--> <!--<link rel="stylesheet" href="bower_components/angular-material/angular-material.css">--> <link rel="stylesheet" href="styles/vendor.e98cac4e.css"> <link rel="stylesheet" href="styles/style.b21eb676.css"> </head> <!-- Body --> <!-- appCtrl controller with serveral data used in theme on diferent view --> <!-- landing-scrollspy is directive for scrollspy used in landing page --> <body ng-controller="appCtrl" ng-init="verificarLogin()" class="{{$state.current.data.specialClass}}" landing-scrollspy tour backdrop="true"> <!-- Simple splash screen--> <div class="splash"> <div class="color-line"></div><div class="splash-title"><h1>BitFuel</h1><img src="images/loading-bars.svg" width="64" height="64"> </div> </div> <!--[if lt IE 7]>
<p class="alert alert-danger">Não use um browser velho, use outro brower. <a href="http://browsehappy.com/">vá aqui</a> para melhorar sua experiencia.</p>
<![endif]--> <!-- Page view wrapper --> <div ui-view autoscroll="true"></div> <audio src="mp3/certo.mp3" id="beep-certo"></audio> <audio src="mp3/erro.mp3" id="beep-erro"></audio> <script src="scripts/vendor.123e0e88.js"></script> <!--
 You need to include this script on any page that has a Google Map.
 When using Google Maps on your own site you MUST signup for your own API key at:
 https://developers.google.com/maps/documentation/javascript/tutorial #api_key
 After your sign up replace the key in the URL below..
--> <!--
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDQTpXj82d8UpCi97wzo_nKXL7nYrd4G70"></script>
--> <script src="scripts/scripts.007fb4fd.js"></script> <!--<script src="https://code.jquery.com/jquery-migrate-3.0.1.min.js"></script>--> 