* Change Videos page to Media. * Add page for My Health Ptorocol. * Add placeholder with basic layout for future lists page. * Little more work on the book links. * Be consistent with sentences. * Add a link to the GitHub project. * Change filename, add TBD's. * Add a note about the new eBook.
13 lines
473 B
PHP
Executable File
13 lines
473 B
PHP
Executable File
#!/usr/bin/php
|
|
<div class="row header">
|
|
<ul class="menu-list">
|
|
<li class="col-1"></li>
|
|
<li class="col-2 menu-item"><a href="/home/">Home</a></li>
|
|
<li class="col-2 menu-item"><a href="/media/">Media</a></li>
|
|
<li class="col-2 menu-item"><a href="/about/">About</a></li>
|
|
<li class="col-2 menu-item"><a href="/contact/">Contact</a></li>
|
|
<li class="col-2 menu-item"><a href="/support/">Support</a></li>
|
|
<li class="col-1"></li>
|
|
</ul>
|
|
</div>
|