This commit is contained in:
floppydiskette 2024-12-12 19:18:16 +00:00
commit 173d5d7cf0
No known key found for this signature in database
8 changed files with 443 additions and 170 deletions

View file

@ -1,9 +1,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="weather data">
<meta name="keywords" content="Cumulus, weather, data, weather station">
<title>Cumulus MX</title>
<link rel="icon" type="image/png" href="/images/favicon.png">
<title>wah's the weather?</title>
<link rel="icon" type="image/png" href="/images/logo.png">
<script src="/lib/jquery/jquery-latest.min.js"></script>
@ -11,4 +10,4 @@
<link href="/css/wah.css" rel="stylesheet"> <!-- Specific styles for these templates. -->
<!-- Scripts -->
<script src="/js/setpagedata.js"></script> <!-- Utility javascripts for all pages. -->
<script src="/js/setpagedata.js"></script> <!-- Utility javascripts for all pages. -->

View file

@ -9,7 +9,7 @@
<a href="/">now</a> |
<a href="/today">today</a> |
<a href="/yesterday">yesterday</a> |
<a href="/todayyest">today-yest</a> |
<a href="/today-yest">today-yest</a> |
<a href="/gauges">gauges</a> |
<a href="/records">records</a> |
<a href="/charts">charts</a> |