diff options
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" --> |