mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
12 lines
556 B
HTML
12 lines
556 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="utf-8">
|
|
<noscript><meta http-equiv="Refresh" content="0; url={target}"></noscript>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
|
|
<title>Redirect</title>
|
|
<p>Please follow <a href="{target}" id="link">this link</a>.</p>
|
|
<script>
|
|
link.href += (window.location.search || "") + (window.location.hash || "");
|
|
window.location.replace(link.href);
|
|
</script>
|