Skip to content

Instantly share code, notes, and snippets.

@rpherrera
Created October 19, 2018 03:40
Show Gist options
  • Save rpherrera/ff2d0a2fe7a4b93cca137892851cbf08 to your computer and use it in GitHub Desktop.
Save rpherrera/ff2d0a2fe7a4b93cca137892851cbf08 to your computer and use it in GitHub Desktop.
Monitor de Forex com: USD/AUD, USD/BRL, USD/EUR, USD/GBP, USD/MXN, USD/RUB, USD/CAD, Ouro, Petróleo, Brent, Petróleo, WTI, Prata, S&P500
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>Monitor Sinistro</title>
</head>
<body>
<iframe id="monitor" frameborder="0" scrolling="no" width="510" height="275" allowtransparency="true" marginwidth="0" marginheight="0" src="https://sslfxrates.forexprostools.com/index.php?force_lang=12&pairs_ids=2091;2103;2124;2126;39;2186;7;8830;8833;8849;8836;166;170;8884;&header-text-color=%23FFFFFF&curr-name-color=%230059b0&inner-text-color=%23000000&green-text-color=%232A8215&green-background=%23B7F4C2&red-text-color=%23DC0001&red-background=%23FFE2E2&inner-border-color=%23CBCBCB&border-color=%23cbcbcb&bg1=%23F6F6F6&bg2=%23ffffff&bid=show&ask=show&last=hide&change=hide&last_update=hide"></iframe>
</br>
<a style="cursor:pointer"
onclick="window.open(document.getElementById('monitor').src,'',' scrollbars=no,menubar=no,width=510,height=275;resizable=yes,toolbar=no,location=no,status=no')">Abrir em um popup!</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment