-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (82 loc) · 3.01 KB
/
index.html
File metadata and controls
83 lines (82 loc) · 3.01 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>swisstopo Toolbox</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="assets/images/favicon.png" rel="shortcut icon" />
</head>
<body>
<noscript class="ob-no-script">
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
<section lang="de">
<strong>JavaScript ist erforderlich!</strong>
<p>Bitte aktivieren Sie JavaScript, da es für die Ausführung dieser Anwendung erforderlich ist.</p>
</section>
<section lang="fr">
<strong>JavaScript est nécessaire!</strong>
<p>Veuillez activer JavaScript car il est nécessaire pour le fonctionnement de cette application.</p>
</section>
<section lang="it">
<strong>JavaScript è richiesto!</strong>
<p>Si prega di attivare JavaScript perché è necessario per l'esecuzione di questa applicazione.</p>
</section>
<section lang="en">
<strong>JavaScript is required!</strong>
<p>Please activate JavaScript as it is required for this application to run.</p>
</section>
</div>
</noscript>
<div
class="ob-compatibility"
data-nosnippet
hidden
style="position: fixed; top: 0; bottom: 0; right: 0; left: 0; background: white; z-index: 9999">
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
<section lang="de">
<strong>Nicht unterstützter Browser!</strong>
<p
>Einige Funktionen, die für die Ausführung dieser Anwendung erforderlich sind, werden von Ihrem Browser
nicht unterstützt.</p
>
<p>
Bitte beachten Sie, dass die Schweizerische Eidgenossenschaft nur Chrome, Firefox, Edge und Safari in ihren
jeweils 2 letzten Versionen unterstützt.
</p>
</section>
<section lang="fr">
<strong>Navigateur non pris en charge!</strong>
<p
>Certaines fonctionnalités nécessaires au fonctionnement de cette application ne sont pas prises en charge
par votre navigateur.</p
>
<p>
Veuillez noter que la Confédération suisse ne supporte que Chrome, Firefox, Edge et Safari dans leurs 2
dernières versions respectives.
</p>
</section>
<section lang="it">
<strong>Browser non supportato!</strong>
<p
>Alcune funzioni necessarie per il funzionamento di questa applicazione non sono supportate dal tuo
browser.</p
>
<p>
Si prega di notare che la Confederazione Svizzera supporta solo Chrome, Firefox, Edge e Safari nelle loro
rispettive ultime 2 versioni.
</p>
</section>
<section lang="en">
<strong>Unsupported browser!</strong>
<p>Some features required for this application to run are not supported by your browser.</p>
<p
>Please note that the Swiss Confederation only supports Chrome, Firefox, Edge and Safari in their respective
latest 2 versions.</p
>
</section>
</div>
</div>
<app-root></app-root>
</body>
</html>