summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--terms.mdwn17
2 files changed, 19 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44a664d..2b62d23 100644
--- a/Makefile
+++ b/Makefile
@@ -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" -->