16 lines
541 B
HTML
16 lines
541 B
HTML
|
<!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>
|