generated from ch-sz-geo/A000_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.83 KB
/
index.html
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
48
49
<!DOCTYPE html>
<html lang="de">
<head>
<title>Themabeschreibung A057</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="themes/style_entry.css">
</head>
<body>
<header>
<table id="header-table">
<tr>
<td colspan="2">
<h6 id="header-departement">Umweltdepartement</h6>
</td>
<td id="header-logo" rowspan="2">
<img class="img-logo" src="./themes/logo_kt_sz_rgb.jpg" alt="Logo Kanton Schwyz"/>
</td>
</tr>
<tr id="second-row">
<td id="header-amt">
<h3>Amt für Geoinformation</h3>
</td>
<td id="header-address">
Bahnhofstrasse 16<br/>
Postfach 1213<br/>
6431 Schwyz<br/>
Telefon 041 819 25 41<br/>
</td>
</tr>
</table>
</header>
<div id="link-list-body">
<h2>Themabeschreibung</h2>
<h1>Waldfeststellungen (A057)</h1>
<ul id="Verzeichnis">
<li><a href="https://ch-sz-geo.github.io/A057/docs/modelldokumentation.html" target="_blank">Modelldokumentation</a> (im Aufbau)</li>
<!--<li><a href="https://ch-sz-geo.github.io/A057/docs/erfassungsrichtlinien.html" target="_blank">Erfassungsrichtlinien</a></li>-->
<li><a href="https://github.com/ch-sz-geo/A057/tree/main/models" target="_blank">Modelle</a></li>
<li><a href="https://github.com/ch-sz-geo/A057/tree/main/data" target="_blank">Daten</a> (im Aufbau)</li>
</ul>
Das könnte Sie auch interessieren:
<ul id="Verzeichnis">
<li><a href="https://github.com/ch-sz-geo/A057" target="_blank">zum Repository dieses Themas</a></li>
<li><a href="https://ch-sz-geo.github.io/A000_entrypage" target="_blank">weitere Themenbeschreibungen</a></li>
</ul>
</div>
</body>
</html>