diff options
Diffstat (limited to 'html/topic/french.html')
-rw-r--r-- | html/topic/french.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/html/topic/french.html b/html/topic/french.html new file mode 100644 index 0000000..00770cd --- /dev/null +++ b/html/topic/french.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html lang="da"> + <!--#include virtual="/shtml/head.shtml"--> + <body> + <!--#include virtual="/shtml/logotype.shtml"--> + <div class="content"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + <div class="page"> + <p class="pageHeading">Fransk</p> + <div class="section" id="conjugation"> + <p class="sectionHeading">Konjugation</p> + <table> + <tr> + <th></th> + <th colspan="2">Premier Groupe</th> + </tr> + <tr class="small"> + <th></th> + <th colspan="2">Indicatif</th> + </tr> + <tr class="small"> + <th></th> + <th colspan="2">Actif</th> + </tr> + <tr class="small"> + <th></th> + <th>Singulier</th> + <th>Puriel</th> + </tr> + <tr class="small"> + <th></th> + <th colspan="2">Présent</th> + </tr> + <tr> + <th>Première</th> + <td>aim <b>e</b></td> + <td>aim <b>ons</b></td> + </tr> + <tr> + <th>Deuxième</th> + <td>aim <b>es</b></td> + <td>aim <b>ez</b></td> + </tr> + <tr> + <th>Troisième</th> + <td>aim <b>e</b></td> + <td>aim <b>ent</b></td> + </tr> + </table> + </div> + </div> + <!--#include virtual="/shtml/copyrightNotice.shtml"--> + </div> + </body> +</html> |