diff options
Diffstat (limited to 'html/encyclopedia/french.html')
-rw-r--r-- | html/encyclopedia/french.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/html/encyclopedia/french.html b/html/encyclopedia/french.html new file mode 100644 index 0000000..8cd7d38 --- /dev/null +++ b/html/encyclopedia/french.html @@ -0,0 +1,47 @@ +<!DOCTYPE html> +<html lang="da"> + <!--#include virtual="/include/head.shtml"--> + <body> + <!--#include virtual="/include/pghdr.shtml"--> + <div class="content"> + <p class="pageTitle">Leksikon<sub> Fransk</sub></p> + <div class="section" id="conjugation"> + <p class="large">Konjugation</p> + <table> + <tr> + <th colspan="3">les Substantifs</th> + </tr> + <tr class="small"> + <th></th> + <th colspan="2">Indicatif</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="/include/pgftr.shtml"--> + </body> +</html> |