diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-06-27 01:09:47 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-06-27 01:09:47 +0900 |
commit | 85662893e031648e21e056eb46056f0c533e9812 (patch) | |
tree | 806ccf605be23074dcd28ba6e2558217f1208f2e /index.xhtml | |
parent | 6b5b671957d80321b5d6018cde1d3a2a7ffa0847 (diff) | |
download | px-85662893e031648e21e056eb46056f0c533e9812.tar.gz |
Bring back homepage redirect
Diffstat (limited to 'index.xhtml')
-rw-r--r-- | index.xhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/index.xhtml b/index.xhtml new file mode 100644 index 0000000..59363be --- /dev/null +++ b/index.xhtml @@ -0,0 +1,6 @@ +<html xmlns='http://www.w3.org/1999/xhtml'> + <meta http-equiv='cache-control' content='no-cache'/> + <meta http-equiv='refresh' content='0; url=/09'/> + <link rel='alternate' type='application/atom+xml' href='/atom.xml'/> + <link rel='icon' href='/favicon.svg'/> +</html> |