Deploy landing site to docs folder

This commit is contained in:
GitHub Action
2025-08-29 19:36:27 +00:00
parent e5dad61d6c
commit 514b9cdc6d

15
docs/docs-index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Docs | Scriberr</title>
<meta http-equiv="refresh" content="0; url=/docs/intro.html" />
<link rel="canonical" href="/docs/intro.html" />
</head>
<body>
<p>Redirecting to <a href="/docs/intro.html">/docs/intro.html</a></p>
</body>
</html>