mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
25 lines
No EOL
643 B
HTML
25 lines
No EOL
643 B
HTML
<p><strong>Note:</strong> The times on this page are currently wrong.</p>
|
|
|
|
<section class="temperature">
|
|
<h2>Temperature</h2>
|
|
|
|
<div class="loading"><img src="/images/spinner.gif" width="64" height="64" alt="Loading" /> Loading</div>
|
|
|
|
<div class="temperature chart"></div>
|
|
</section>
|
|
|
|
<section class="rain">
|
|
<h2>Rainfall</h2>
|
|
|
|
<h3>Today</h3>
|
|
|
|
<p>Total: <span class="total rain">--</span> mm</p>
|
|
|
|
<div class="rainfall today chart"></div>
|
|
|
|
<h3>Last 7 Days</h3>
|
|
|
|
<div class="rainfall week chart"></div>
|
|
</section>
|
|
|
|
<small>Forecast icons by <a href="http://lavana.deviantart.com/art/Flat-Weather-Icons-32021664">LavAna</a></small> |