Add very simple bidding view

This commit is contained in:
Your Name
2020-12-14 21:26:42 +00:00
parent 1eec806152
commit bb76100c38
3 changed files with 79 additions and 0 deletions

15
static-http/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Current Bids</title>
</head>
<body>
<h1>Current Bids</h1>
<div id="content">
<ol id="channels"></ol>
</div>
<script src="d3.v3.min.js"></script>
<script src="queueview.js"></script>
</body>
</html>