Blame view

www/talk.html 365 Bytes
2332d56d3   Louis-Claude Canon   Web site
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <!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>
          </li>
      </body>
  </html>