Allow it to be auto hosted on website

This commit is contained in:
2023-03-04 13:44:01 +01:00
parent c58929ad4d
commit a612830a16
29 changed files with 997 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://example.org/posts/</title>
<link rel="canonical" href="http://example.org/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://example.org/posts/">
</head>
</html>