Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@geekdreamzz
Created February 20, 2021 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekdreamzz/612e3a1300b83d497af8e686cf987c1b to your computer and use it in GitHub Desktop.
Save geekdreamzz/612e3a1300b83d497af8e686cf987c1b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Multi Stock Analyzer</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
</head>
<body>
<iframe width="50%" height="500" id="yahoo-frame" src="https://www.baovlog.com/frames/yahoo?q=BCRX" crossorigin="anonymous"></iframe>
<iframe width="49%" height="500" id="stockwits-frame" src="https://www.baovlog.com/frames/stockwits?q=BCRX" crossorigin="anonymous"></iframe>
<iframe width="50%" height="500" id="whalewisdom-frame" src="https://www.baovlog.com/frames/whalewisdom?q=BCRX" crossorigin="anonymous"></iframe>
<iframe width="49%" height="500" id="openinsider-frame" src="https://www.baovlog.com/frames/openinsider?q=BCRX" crossorigin="anonymous"></iframe>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment