Add piped redirect

This commit is contained in:
Em (Ethan) Ruszanowski 2024-01-13 20:12:08 -05:00
parent d034b906ff
commit 9794f7a410
Signed by: em
GPG key ID: C725D6E571252B96

9
piped.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to Piped.</title>
<meta http-equiv="refresh" content="0; URL=https://piped.beans.team/" />
</head>
<body></body>
</html>