1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Generate documentation

This commit is contained in:
Github Actions 2021-12-01 23:09:34 +00:00
parent 3eb22a3aea
commit 8fa9df7596

View file

@ -1,8 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="Refresh" content="0; url=3.0.html"> <noscript><meta http-equiv="Refresh" content="0; url=3.0.html"></noscript>
<meta name="viewport" content="width=device-width, initial-scale=1"> <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"> <link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
<title>Redirect</title> <title>Redirect</title>
<p>Please follow <a href="3.0.html">this link</a>.</p> <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>