diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-25 18:16:23 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-25 18:16:23 (EDT) |
commit | 5abab49ef477315e18afd75ee352fabdee749ed9 (patch) | |
tree | f9d5090a905f7a580cbc66947e59ba6fd8af9301 | |
parent | c48ef1ae14efd24ff4a3523996ee6198248d03d0 (diff) | |
download | www-5abab49ef477315e18afd75ee352fabdee749ed9.zip www-5abab49ef477315e18afd75ee352fabdee749ed9.tar.gz www-5abab49ef477315e18afd75ee352fabdee749ed9.tar.bz2 |
terms.mdwn: New file.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | terms.mdwn | 17 |
2 files changed, 19 insertions, 1 deletions
@@ -17,7 +17,8 @@ srcs = \ guides/index.mdwn \ server.mdwn \ contact.mdwn \ - resume.mdwn + resume.mdwn \ + terms.mdwn objs = $(srcs:.mdwn=.html) .SUFFIXES: diff --git a/terms.mdwn b/terms.mdwn new file mode 100644 index 0000000..e0926ad --- /dev/null +++ b/terms.mdwn @@ -0,0 +1,17 @@ +<!--#set var="title" value="Terms of Service" --> +<!--#include virtual="/includes/header.html" --> + +Terms of Service +================ + +The following terms and conditions govern your use of this Web site. By using +this Web site, you agree to be bound by the terms and conditions of this +agreement. + +**1. Affirmation terms.** +You agree that the statements made in section 2 below are true. + +**2. Denial terms.** +You agree that the statements made in section 1 above are false. + +<!--#include virtual="/includes/footer.html" --> |