summaryrefslogtreecommitdiff
path: root/html/topic/german.html
blob: e36b139fbb68a10e61727a8433ff58c2c3868e50 (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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="da">
	<!--#include virtual="/shtml/head.shtml"-->
	<title>Tysk<!--#include virtual="/shtml/titleSuffix.shtml"--></title>
	<body>
		<!--#include virtual="/shtml/logotype.shtml"-->
		<div class="content">
			<!--#include virtual="/shtml/navigationBar.shtml"-->
			<div class="page">
				<p class="heading">Tysk</p>
				<div class="section">
					<table>
						<thead>
							<tr>
								<th></th>
								<th colspan="2">sein</th>
							</tr>
							<tr>
								<th></th>
								<th>Singularis</th>
								<th>Pluralis</th>
							</tr>
						</thead>
						<tbody>
							<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>
						</tbody>
					</table>
				</div>
			</div>
			<!--#include virtual="/shtml/copyrightNotice.shtml"-->
		</div>
	</body>
</html>