Add index.php redirection

This commit is contained in:
~lucidiot 2021-01-28 10:07:37 +00:00
parent 9df91bfff5
commit 42864253d8
1 changed files with 9 additions and 0 deletions

9
index.php Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php header('Location: ./feed.xml') ?>
<html>
<head>welcome to rsrsss</head>
<body>
<h1>hello!</h1>
<p>rsrsss is an RSS-only site. If you are not being redirected already, go browse the feed <a href="./feed.xml">here</a>.
</body>
</html>