Blame view
www/talk.html
593 Bytes
84e88533e Fix Apache problem |
1 |
<?xml version="1.0" encoding="utf-8"?> |
2332d56d3 Web site |
2 3 4 5 6 7 8 9 10 |
<!doctype html> <html> <head> <title>Séminaires techniques</title> <meta charset="UTF-8"> </head> <body> <p>Liste des séminaires :</p> |
14826f0ca Correct HTML file |
11 |
<ul> |
8d14de6fe Add talk dates |
12 |
<li>Git (30/1/2014) : <a href="slides/git.md">Markdown</a>, |
b49ddf061 Cleaner web site ... |
13 |
<a href="slides/git.html">HTML</a>, |
14826f0ca Correct HTML file |
14 |
<a href="slides/git.pdf">PDF</a></li> |
8d14de6fe Add talk dates |
15 |
<li><a href="slides/c11-c++11.pdf">C11/C++11</a> (6/3/2014)</li> |
1b3073dc9 Update dates afte... |
16 |
<li><a href="slides/depotAPP.pdf">Dépôt APP</a> (3/4/2014)</li> |
14826f0ca Correct HTML file |
17 |
</ul> |
2332d56d3 Web site |
18 19 |
</body> </html> |