Skip to content

Commit

Permalink
use new redirect also for index.html, resulting in language support f…
Browse files Browse the repository at this point in the history
…or that. for the <body> fallback: i do not know of any browsre that does not support refresh and needs the fallback from the early 90s (i have not seen that even then :)
  • Loading branch information
r10s committed Nov 8, 2024
1 parent 943d0dc commit df715b6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<!doctype html>
<head>
<meta http-equiv="refresh" content="0; url=https://delta.chat/en/">
</head>
<body>
<h1>Moved to <a href=https://delta.chat/en/>https://delta.chat/en/</a></h1>
</body>
<!DOCTYPE html>
<meta http-equiv="refresh" content="1; url=en/">
<script src="redirect.js"></script>

0 comments on commit df715b6

Please sign in to comment.