diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-17 21:11:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-17 21:11:56 (EDT) |
commit | 86c6b9916d118f13e79e385ce82b925400df014a (patch) | |
tree | 135f4169a0cb7737bd33ee3b7a54cba93901dbe6 /talks/index.html | |
parent | a7db9b495085a4e2179f3126e80c936ddc59a3e5 (diff) | |
download | www-86c6b9916d118f13e79e385ce82b925400df014a.zip www-86c6b9916d118f13e79e385ce82b925400df014a.tar.gz www-86c6b9916d118f13e79e385ce82b925400df014a.tar.bz2 |
Add software contracts talk.
Diffstat (limited to 'talks/index.html')
-rwxr-xr-x | talks/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/talks/index.html b/talks/index.html new file mode 100755 index 0000000..d8d59d6 --- /dev/null +++ b/talks/index.html @@ -0,0 +1,11 @@ +<!--#set var="title" value="Talks" --> +<!--#include virtual="../includes/header.html" --> +<h2>Talks</h2> +<p> + Here you will find information about some of the talks and presentations + I've given. +</p> +<ul> + <li><a href="software-contracts/">Legal Validity of Software Contracts</a></li> +</ul> +<!--#include virtual="../includes/footer.html" --> |