Blame view
www/talk.html
560 Bytes
2332d56d3 Web site |
1 2 3 4 5 6 7 8 9 |
<!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 |
10 11 |
<ul> <li>Git : <a href="slides/git.md">Markdown</a>, |
b49ddf061 Cleaner web site ... |
12 |
<a href="slides/git.html">HTML</a>, |
14826f0ca Correct HTML file |
13 |
<a href="slides/git.pdf">PDF</a></li> |
b54410e0a Add C11/C++11 slides |
14 |
<li><a href="slides/c11-c++11.pdf">C11/C++11</a></li> |
14826f0ca Correct HTML file |
15 16 17 |
<li>Dépôt APP : <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></li> </ul> |
2332d56d3 Web site |
18 19 |
</body> </html> |