diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 00:37:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 00:37:42 (EDT) |
commit | d0f8bfe0544a945a43347f5571f3b3f42d4730eb (patch) | |
tree | 9f422be896f05bfe18f0fe9a6cfa9922a497c9fc /index.html | |
parent | 9e42ecabe3b51e9b75fac0c63cbe12b1bb42b666 (diff) |
Unify page title appearance.
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,7 +1,5 @@ +<!--#set var="pagetitle" value="About the System" --> <!--#include file="includes/header.html" --> -<div> - <h3>About the System</h3> - <p>This is an embedded operating system configurable for a wide variety of hardware and application platforms.</p> - <p><a href="about">Read more</a></p> -</div> +<p>This is an embedded operating system configurable for a wide variety of hardware and application platforms.</p> +<p><a href="about">Read more</a></p> <!--#include file="includes/footer.html" --> |