diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | index.html | 20 |
2 files changed, 21 insertions, 0 deletions
@@ -2,3 +2,4 @@ *.aux *.log *.tex +*.pdf diff --git a/index.html b/index.html new file mode 100644 index 0000000..fbf7bfa --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width" /> + <title>Wounded hero revived: Lessons learned from M2Crypto</title> + </head> + <body> + <h1>Wounded hero revived: Lessons learned from M2Crypto</h1> + + <p>Presentation given at the Prague PyCon CZ 2018</p> + + <ol> + <li><a href="m2crypto-zombies_py3k.odp">Presentation in ODF + Impress format</a></li> + <li><a href="m2crypto-zombies_py3k.pdf">The same + presentation in PDF</a></li> + </ol> + </body> +</html> |