This commit is contained in:
@@ -8,11 +8,16 @@
|
||||
<title>Warframe Market Gaps</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Warframe Market Gaps</h1>
|
||||
<div class="hero">
|
||||
<h1>Warframe Market Gaps</h1>
|
||||
<p>Find a profitable difference between the price of the set and the price of the sum of it's parts.</p>
|
||||
</div>
|
||||
|
||||
<label for="minDifference">Filter by difference</label>
|
||||
<input type="range" min="1" max="60" value="1" id="minDifference">
|
||||
<span id="filterValue">1</span>
|
||||
<div class="controls">
|
||||
<label for="min-difference">Filter by difference:</label>
|
||||
<input type="range" min="1" max="60" value="1" id="min-difference">
|
||||
<span id="filter-value">1</span>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
@@ -45,4 +50,4 @@
|
||||
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user