Browse Source

Added index.html to redirect to feed.rss

devel
Jean 9 months ago
parent
commit
7e2cf74711
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      podcast/feed/index.html

+ 10
- 0
podcast/feed/index.html View File

@@ -0,0 +1,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Feed - easthighNerd Cast
</title>
<link rel="icon" type="image/png" href="/res/img/favicon.png"/>
<meta http-equiv="refresh" content="0; URL=./feed.rss" />
</head>
</html>

Loading…
Cancel
Save