Add laundry redirection for legacy site links
This commit is contained in:
parent
72f340e28d
commit
c14ce4055c
15
laundry/index.html
Normal file
15
laundry/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="1;url=http://laundry.hallada.net">
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<script type="text/javascript">
|
||||
window.location.href = "http://laundry.hallada.net"
|
||||
</script>
|
||||
<title>Page Redirection</title>
|
||||
</head>
|
||||
<body>
|
||||
If you are not redirected automatically, follow the <a href="http://laundry.hallada.net">link to laundry site</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user