rsrsss/index.php

10 lines
363 B
PHP

<!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>