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 2024-10-28 06:41:28 +00:00
parent ff3c82671c
commit bcaf07a400
6 changed files with 178 additions and 226 deletions

View file

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<noscript><meta http-equiv="Refresh" content="0; url=v3.html"></noscript>
<noscript><meta http-equiv="Refresh" content="0; url=v2.html"></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="v3.html" id="link">this link</a>.</p>
<p>Please follow <a href="v2.html" id="link">this link</a>.</p>
<script>
link.href += (window.location.search || "") + (window.location.hash || "");
window.location.replace(link.href);