Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created March 5, 2018 20:23
Show Gist options
  • Save christiannwamba/6df7923dcddb2403f7e6002439cef47b to your computer and use it in GitHub Desktop.
Save christiannwamba/6df7923dcddb2403f7e6002439cef47b to your computer and use it in GitHub Desktop.
<html>
<h2>Trending Tickers</h2>
<table class="table">
<thead>
<tr>
<th> Name</th>
<th> Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>GOOG</td>
<td id="price"></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment