Update public/trends.html
This commit is contained in:
parent
cc592cbffa
commit
bf1f466f6c
@ -1,4 +1,3 @@
|
|||||||
<!-- public/trends.html -->
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@ -11,7 +10,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="main-header">
|
<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>
|
<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='/input.html'">Log Reading</button>
|
||||||
<button class="nav-btn" onclick="location.href='/heatmap.html'">Heat Map</button>
|
<button class="nav-btn" onclick="location.href='/heatmap.html'">Heat Map</button>
|
||||||
@ -22,8 +21,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" style="width:75%;">
|
<input id="timeframe-slider" type="range" min="0" max="4" value="0">
|
||||||
<span id="timeframe-label" style="margin-left:1rem;"></span>
|
<span id="timeframe-label"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="trends-metrics">
|
<div class="trends-metrics">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user