Update public/trends.html

This commit is contained in:
JoshBaneyCS 2025-04-30 06:52:12 +00:00
parent 02c5b5d7c1
commit e7d5a2a56e

View File

@ -1,3 +1,4 @@
<!-- public/trends.html -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -21,8 +22,8 @@
<h1>Trends</h1> <h1>Trends</h1>
<div class="trends-controls"> <div class="trends-controls">
<input id="timeframe-slider" type="range" min="0" max="4" value="0"> <input id="timeframe-slider" type="range" min="0" max="4" value="0" style="width:75%;">
<span id="timeframe-label"></span> <span id="timeframe-label" style="margin-left:1rem;"></span>
</div> </div>
<div class="trends-metrics"> <div class="trends-metrics">
@ -56,3 +57,4 @@
<script src="/scripts/trends.js"></script> <script src="/scripts/trends.js"></script>
</body> </body>
</html> </html>