Commit 14826f0caee329a4aec62fa5e45992439e2ecf35

Authored by Louis-Claude Canon
1 parent b49ddf0619

Correct HTML file

Showing 1 changed file with 7 additions and 7 deletions Side-by-side Diff

www/talk.html View file @ 14826f0
... ... @@ -7,14 +7,14 @@
7 7  
8 8 <body>
9 9 <p>Liste des séminaires :</p>
10   - <li>
11   - <ul>Git : <a href="slides/git.md">Markdown</a>,
  10 + <ul>
  11 + <li>Git : <a href="slides/git.md">Markdown</a>,
12 12 <a href="slides/git.html">HTML</a>,
13   - <a href="slides/git.pdf">PDF</a></ul>
14   - <ul>C11/C++11</ul>
15   - <ul>Dépôt APP :
16   - <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul>
17   - </li>
  13 + <a href="slides/git.pdf">PDF</a></li>
  14 + <li>C11/C++11</li>
  15 + <li>Dépôt APP :
  16 + <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></li>
  17 + </ul>
18 18 </body>
19 19 </html>