Last active
April 28, 2021 20:48
-
-
Save rhammell/8ab822a580e070968065d21e8614f42c to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Crypto Trades</title> | |
<link rel="stylesheet" href="css/main.css"> | |
</head> | |
<body> | |
<div id="main"> | |
<div id="wrapper"> | |
<svg id="chart"></svg> | |
</div> | |
</div> | |
<script src="https://d3js.org/d3.v4.min.js"></script> | |
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> | |
<script src="js/main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment