Small redesign
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-01 02:26:12 +03:00
parent 59aa29833c
commit db90358498
5 changed files with 79 additions and 10 deletions

View File

@@ -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>