1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Generate documentation

This commit is contained in:
Github Actions 2021-12-01 23:42:22 +00:00
parent 4c1ef33faa
commit 402a1bf307
3 changed files with 33 additions and 0 deletions

11
1.1.html Normal file
View file

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