Commit 14826f0caee329a4aec62fa5e45992439e2ecf35

Authored by Louis-Claude Canon
1 parent b49ddf0619

Correct HTML file

Showing 1 changed file with 7 additions and 7 deletions Inline Diff

www/talk.html View file @ 14826f0
<!doctype html> 1 1 <!doctype html>
<html> 2 2 <html>
<head> 3 3 <head>
<title>Séminaires techniques</title> 4 4 <title>Séminaires techniques</title>
<meta charset="UTF-8"> 5 5 <meta charset="UTF-8">
</head> 6 6 </head>
7 7
<body> 8 8 <body>
<p>Liste des séminaires :</p> 9 9 <p>Liste des séminaires :</p>
<li> 10 10 <ul>
<ul>Git : <a href="slides/git.md">Markdown</a>, 11 11 <li>Git : <a href="slides/git.md">Markdown</a>,
<a href="slides/git.html">HTML</a>, 12 12 <a href="slides/git.html">HTML</a>,
<a href="slides/git.pdf">PDF</a></ul> 13 13 <a href="slides/git.pdf">PDF</a></li>
<ul>C11/C++11</ul> 14 14 <li>C11/C++11</li>
<ul>Dépôt APP : 15 15 <li>Dépôt APP :
<a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul> 16 16 <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></li>
</li> 17 17 </ul>
</body> 18 18 </body>
</html> 19 19 </html>
20 20