Archived
4
2
This repository has been archived on 2024-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
hpr_generator/templates/navigation-about.tpl.html
Roan Horning b66ea3fd69
Initial add of web page Template files
The page.tpl.html is the main template file for generating a page.
It contains variable references to the pages navigation menu
($naviation) and the pages content ($content). These variables are
defined in the site.cfg file and point to the corresponding navigation
and content template files.
2022-06-28 10:40:24 -04:00

10 lines
401 B
HTML

<ul>
<li><a href="/calendar.php"><strong>⇧Upload⇧</strong></a></li>
<li><a href="/index.php"><strong>Home</a></li>
<li><a href="/about.php">About »</strong></a></li>
<li><a href="/correspondents.php">Hosts</a></li>
<li><a href="/contact.php">Contact</a></li>
<li><a href="/promote.php">Promote HPR</a></li>
<li><a href="/comments_viewer.php">Show Comments</a></li>
</ul>