20 lines
564 B
PHP
20 lines
564 B
PHP
|
<div id="header">
|
||
|
<div>
|
||
|
<img src="/images/logo.png" width="65">
|
||
|
</div>
|
||
|
<div>
|
||
|
<h1>wah's the weather?</h1>
|
||
|
<nav>
|
||
|
<strong>Pages:</strong>
|
||
|
<a href="/">now</a> |
|
||
|
<a href="/today">today</a> |
|
||
|
<a href="/yesterday">yesterday</a> |
|
||
|
<a href="/todayyest">today-yest</a> |
|
||
|
<a href="/gauges">gauges</a> |
|
||
|
<a href="/records">records</a> |
|
||
|
<a href="/charts">charts</a> |
|
||
|
<a href="/reports">reports</a>
|
||
|
</nav>
|
||
|
</div>
|
||
|
</div>
|