Commit 2332d56d3f3ebaf4f33cd2521eb2e63bf510b156
1 parent
ee1fa1faa2
Web site
Showing 3 changed files with 18 additions and 0 deletions Side-by-side Diff
Makefile
View file @
2332d56
www/.gitignore
View file @
2332d56
1 | +slides |
www/talk.html
View file @
2332d56
1 | +<!doctype html> | |
2 | +<html> | |
3 | + <head> | |
4 | + <title>Séminaires techniques</title> | |
5 | + <meta charset="UTF-8"> | |
6 | + </head> | |
7 | + | |
8 | + <body> | |
9 | + <p>Liste des séminaires :</p> | |
10 | + <li> | |
11 | + <ul>Git : <a href="git.md">Markdown</a>, <a href="git.html">HTML</a>, <a href="git.pdf">PDF</a></ul> | |
12 | + <ul>C11/C++11</ul> | |
13 | + </li> | |
14 | + </body> | |
15 | +</html> |