summaryrefslogtreecommitdiffstats
path: root/static/news
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-07-17 16:27:45 -0400
committerrsiddharth <s@ricketyspace.net>2019-07-17 16:27:45 -0400
commit2e556d879c89ff631d690ab7a3c8aa6fe259edb7 (patch)
tree5644ec82e6b8c4cb0dede013d15678e93464fe7a /static/news
parentd8f902804ec04a2931decc00cea730d08b52d390 (diff)
static/news/index.html: Add title, fix html error.
Diffstat (limited to 'static/news')
-rwxr-xr-xstatic/news/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/news/index.html b/static/news/index.html
index f5e48f8..02034dc 100755
--- a/static/news/index.html
+++ b/static/news/index.html
@@ -1,7 +1,9 @@
<!DOCTYPE html>
+<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/news/feed.atom" />
+ <title>News &mdash; Free Software Foundation India</title>
</head>
<body></body>
-</html
+</html>