-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 970 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 970 Bytes
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>RapidSplit — Weiterleitung</title>
<meta http-equiv="refresh" content="0; url=./app/">
<link rel="canonical" href="https://hantig-code.github.io/RapidSplit/app/">
<meta name="robots" content="noindex">
<style>
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;background:#eef3f5;color:#0f2730;
display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;padding:24px;text-align:center}
a{color:#0f766e;font-weight:700}
.muted{color:#52707b;font-size:.9rem;margin-top:14px}
</style>
</head>
<body>
<div>
<p>Du wirst zur aktuellen RapidSplit-App weitergeleitet …</p>
<p><a href="./app/">Zur App (aktuelle Version)</a></p>
<p class="muted">Die alte Version 1 findest du im <a href="./v1/">Archiv</a>.</p>
</div>
<script>location.replace("./app/");</script>
</body>
</html>