-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.07 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DigiAssist — Weiterleitung / Redirect</title>
<link rel="canonical" href="https://digiassist.kestura.io/">
<meta name="robots" content="noindex, follow">
<meta http-equiv="refresh" content="0; url=https://digiassist.kestura.io/">
<script>window.location.replace("https://digiassist.kestura.io/" + window.location.search + window.location.hash);</script>
<style>
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0e1424;color:#e8edf6;display:flex;min-height:100vh;align-items:center;justify-content:center;margin:0;text-align:center}
a{color:#6ea8ff}
.box{max-width:520px;padding:2rem}
</style>
</head>
<body>
<div class="box">
<h1>DigiAssist ist umgezogen</h1>
<p>Diese Seite finden Sie jetzt unter
<a href="https://digiassist.kestura.io/">digiassist.kestura.io</a>.</p>
<p>Sie werden automatisch weitergeleitet. / You are being redirected.</p>
</div>
</body>
</html>