diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 03:09:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 03:09:17 (EDT) |
commit | d9ae65ef612020c3cd9a9532d756e84f3d7bfad2 (patch) | |
tree | bb606655bc1dc71c39e2ce93de8424cf2e7c0530 /terms.html | |
parent | 3d2dd9b5e3e130adac9f4db9a051936f973012d9 (diff) | |
download | www-d9ae65ef612020c3cd9a9532d756e84f3d7bfad2.zip www-d9ae65ef612020c3cd9a9532d756e84f3d7bfad2.tar.gz www-d9ae65ef612020c3cd9a9532d756e84f3d7bfad2.tar.bz2 |
Add 'terms.html'.
Diffstat (limited to 'terms.html')
-rwxr-xr-x | terms.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/terms.html b/terms.html new file mode 100755 index 0000000..bccb1eb --- /dev/null +++ b/terms.html @@ -0,0 +1,16 @@ +<!--#include file="includes/header.html" --> + <h2>Terms of Service</h2> + <p> + 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. + </p> + <p> + <strong>1. Affirmation terms.</strong> + You agree that the statements made in section 2 below are true. + </p> + <p> + <strong>2. Denial terms.</strong> + You agree that the statements made in section 1 above are false. + </p> +<!--#include file="includes/footer.html" --> |