summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorP. 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)
commitd0f8bfe0544a945a43347f5571f3b3f42d4730eb (patch)
tree9f422be896f05bfe18f0fe9a6cfa9922a497c9fc /index.html
parent9e42ecabe3b51e9b75fac0c63cbe12b1bb42b666 (diff)
Unify page title appearance.
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/index.html b/index.html
index ac68b98..34cae07 100755
--- a/index.html
+++ b/index.html
@@ -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" -->