16 lines
265 B
HTML
16 lines
265 B
HTML
<!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>
|