-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
38 lines (35 loc) · 1.69 KB
/
404.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/swagger-ui.min.css">
<title>Seite nicht gefunden - Auswärtiges Amt - Reisewarnungen OpenData Schnittstelle - OpenAPI Documentation</title>
<meta name="keywords" content="Auswärtiges Amt,opendata,open,data,api,reise,reisewarnungen,sicherheit,ausland" />
<meta name="description" content="Error 404 - Site not found" />
<meta name="robots" content="index,follow" />
</head>
<body>
<!-- custom HTTP-Error page for GitHub Pages docs: https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site -->
<div class="swagger-ui"> <!-- using rendered swagger-ui markup to have the page appear in the same style as index.html -->
<div>
<div class="information-container wrapper">
<section class="block col-12">
<div>
<div class="info">
<hgroup class="main">
<h2 class="title">Fehler 404: Seite nicht gefunden</h1>
</hgroup>
<div class="description">
<p>Die gewünschte Seite wurde leider nicht gefunden.</p>
<p><a href="/index.html">Zurück zum Inhalt</a></p>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<script src="js/swagger-ui-bundle.min.js"></script>
</body>
</html>