summaryrefslogtreecommitdiffstats
path: root/static/news
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 10:20:40 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 10:20:40 -0400
commit8b266ba8294ddb260e17016332c54a08137773ff (patch)
tree3e20d30cbe248700941522017f204129fcf1dcb0 /static/news
parent88c30cd39377ce61e11a0bd992cc1b6c913941b2 (diff)
static/news/index.html: Redirect to feed.
Diffstat (limited to 'static/news')
-rw-r--r--static/news/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/news/index.html b/static/news/index.html
new file mode 100644
index 0000000..f5e48f8
--- /dev/null
+++ b/static/news/index.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="refresh" content="0; url=/news/feed.atom" />
+</head>
+<body></body>
+</html