Blame view
www/talk.html
456 Bytes
2332d56d3 Web site |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!doctype html> <html> <head> <title>Séminaires techniques</title> <meta charset="UTF-8"> </head> <body> <p>Liste des séminaires :</p> <li> <ul>Git : <a href="git.md">Markdown</a>, <a href="git.html">HTML</a>, <a href="git.pdf">PDF</a></ul> <ul>C11/C++11</ul> |
9743e5741 Next talk |
13 |
<ul>Dépôt APP : <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul> |
2332d56d3 Web site |
14 15 16 |
</li> </body> </html> |