-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (61 loc) · 4.26 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!--Copyright 2024 gematik GmbH-->
<!--Licensed under the Apache License, Version 2.0 (the "License");-->
<!--you may not use this file except in compliance with the License.-->
<!--You may obtain a copy of the License at-->
<!--http://www.apache.org/licenses/LICENSE-2.0-->
<!--Unless required by applicable law or agreed to in writing, software-->
<!--distributed under the License is distributed on an "AS IS" BASIS,-->
<!--WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.-->
<!--See the License for the specific language governing permissions and-->
<!--limitations under the License.-->
<!DOCTYPE html>
<html>
<head>
<!-- Primary Meta Tags -->
<title>gematik CODE - Support for telematics infrastructure development.</title>
<meta name="title" content="gematik CODE - Support for telematics infrastructure development.">
<meta name="description"
content="Support for development of medical applications in context of telematics infrastructure.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://gematik.github.io/">
<meta property="og:title" content="gematik CODE - Support for telematics infrastructure development.">
<meta property="og:description"
content="Support for development of medical applications in context of telematics infrastructure.">
<meta property="og:image" content="https://gematik.github.io/images/Gematik_Favicon_header.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://gematik.github.io/">
<meta property="twitter:title" content="gematik CODE - Support for telematics infrastructure development.">
<meta property="twitter:description"
content="Support for development of medical applications in context of telematics infrastructure.">
<meta property="twitter:image" content="https://gematik.github.io/images/Gematik_Favicon_header.png">
<meta name="robots" content="index, follow">
<meta http-equiv="language" content="EN">
<meta name="keywords"
content="reference imlementation, gematik, Telematikinfrastruktur, elektronische Gesundheitskarte, Gesellschaft für Telematikanwendungen der Gesundheitskarte mbH, Gesundheitswesen">
<meta http-equiv="Refresh" content="0; url=/universal/index.html"/>
<!-- FAV -->
<link rel="apple-touch-icon" sizes="57x57" href="https://gematik.github.io/images/fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://gematik.github.io/images/fav/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://gematik.github.io/images/fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://gematik.github.io/images/fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://gematik.github.io/images/fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://gematik.github.io/images/fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://gematik.github.io/images/fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://gematik.github.io/images/fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://gematik.github.io/images/fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192"
href="https://gematik.github.io/images/fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://gematik.github.io/images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://gematik.github.io/images/fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://gematik.github.io/images/fav/favicon-16x16.png">
<link rel="manifest" href="https://gematik.github.io/images/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://gematik.github.io/images/fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<p>Please follow <a href="/universal/index.html">Index Page</a>.</p>
</body>
</html>