Update public/trends.html

This commit is contained in:
JoshBaneyCS 2025-04-30 10:24:49 +00:00
parent cc592cbffa
commit bf1f466f6c

View File

@ -1,4 +1,3 @@
<!-- public/trends.html -->
<!DOCTYPE html>
<html lang="en">
<head>
@ -11,7 +10,7 @@
</head>
<body>
<header class="main-header">
<img src="/image/logo.png" alt="Amazon Logo" class="logo">
<img src="/image/logo.png" alt="Logo" class="logo">
<span class="header-title">| Fuego Heat Tracker</span>
<button class="nav-btn" onclick="location.href='/input.html'">Log Reading</button>
<button class="nav-btn" onclick="location.href='/heatmap.html'">Heat Map</button>
@ -22,8 +21,8 @@
<h1>Trends</h1>
<div class="trends-controls">
<input id="timeframe-slider" type="range" min="0" max="4" value="0" style="width:75%;">
<span id="timeframe-label" style="margin-left:1rem;"></span>
<input id="timeframe-slider" type="range" min="0" max="4" value="0">
<span id="timeframe-label"></span>
</div>
<div class="trends-metrics">