coinpusher
Version:
real-time cryptocurrency course prediction with charts front-end
17 lines • 504 B
HTML
<html>
<head>
<title>Coinpusher</title>
<link href="style/app.css" type="stylesheet" />
</head>
<body>
<main id="main">
<!-- graphs will be added here -->
</main>
<script src="lib/plotly.min.js"></script>
<script src="lib/moment.min.js"></script>
<script src="script/Plotter.js"></script>
<script src="script/Stream.js"></script>
<script async src="script/app.js"></script>
</body>
</html>