-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.5 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
<!DOCTYPE html>
<html lang="de">
<head>
<title>SZ Datenmodelle auf GitHub</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="config/stylesheets/sz_base.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="./config/images/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">
<h1>Modellablage des Kantons Schwyz</h1>
<ul id="Verzeichnis">
<li><a href="https://github.com/ch-sz-geo/models/tree/main/repository/AFU" target="_blank">AFU</a></li>
<li><a href="https://github.com/ch-sz-geo/models/tree/main/repository/AWN" target="_blank">AWN</a></li>
<li><a href="https://github.com/ch-sz-geo/models/blob/main/repository/AFU/SZ_geologische_Berichte_Umwelt_V2.ili" target="_blank">SZ_geologische_Berichte_Umwelt_V2.ili</a></li>
</ul>
</div>
</body>
</html>