summaryrefslogtreecommitdiff
path: root/html/german.html
blob: 2c8d46eb972e903dbb5c683dc56bd3ceb9912242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="da">
	<!--#include virtual="/shtml/head.shtml"-->
	<body>
		<!--#include virtual="/shtml/pageHeader.shtml"-->
		<div class="page">
			<p class="pageHeading">Tysk</p>
			<div class="section">
				<table>
					<tr>
						<th></th>
						<th colspan="2">sein</th>
					</tr>
					<tr>
						<th></th>
						<th>Singularis</th>
						<th>Pluralis</th>
					</tr>
					<tr>
						<th>Førsteperson</th>
						<td>bin</td>
						<td>sind</td>
					</tr>
					<tr>
						<th>Andenperson</th>
						<td>bist</td>
						<td>seid</td>
					</tr>
					<tr>
						<th>Tredjeperson</th>
						<td>ist</td>
						<td>sind</td>
					</tr>
				</table>
			</div>
		</div>
		<!--#include virtual="/shtml/pageFooter.shtml"-->
	</body>
</html>