1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/index.html

12 lines
555 B
HTML
Raw Normal View History

2020-03-02 02:06:40 +00:00
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
2021-12-01 23:09:34 +00:00
<noscript><meta http-equiv="Refresh" content="0; url=3.0.html"></noscript>
2020-03-02 02:06:40 +00:00
<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>
2021-12-01 23:09:34 +00:00
<p>Please follow <a href="3.0.html" id="link">this link</a>.</p>
<script>
window.location.href = link.href = "3.0.html" + (window.location.search || "") + (window.location.hash || "");
</script>