Add very simple bidding view
This commit is contained in:
15
static-http/index.html
Normal file
15
static-http/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user