mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-12 18:48:01 +00:00
9 lines
346 B
HTML
9 lines
346 B
HTML
|
<div class="loading"><img src="/images/spinner.gif" width="64" height="64" alt="Loading" /> Loading</div>
|
||
|
|
||
|
<h2>Temperature</h2>
|
||
|
<!-- Dygraph requires inline style for dimensions -->
|
||
|
<div class="temperature chart" style="width: 100%; height: 320px;"></div>
|
||
|
|
||
|
<h2>Rainfall</h2>
|
||
|
<div class="rainfall chart" style="width: 100%; height: 320px;"></div>
|