Blame view

www/talk.html 525 Bytes
2332d56d3   Louis-Claude Canon   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   Louis-Claude Canon   Correct HTML file
10
11
          <ul>
              <li>Git : <a href="slides/git.md">Markdown</a>,
b49ddf061   Louis-Claude Canon   Cleaner web site ...
12
                  <a href="slides/git.html">HTML</a>,
14826f0ca   Louis-Claude Canon   Correct HTML file
13
14
15
16
17
                  <a href="slides/git.pdf">PDF</a></li>
              <li>C11/C++11</li>
              <li>Dépôt APP :
                  <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></li>
          </ul>
2332d56d3   Louis-Claude Canon   Web site
18
19
      </body>
  </html>