blob: 1072df32adb8ede36e2ae1deb5e99e02c4deebe9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>You will be redirected shortly</title>
<meta http-equiv="refresh" content="0; url=welcome.html">
<h1>Redirecting…</h1>
<a href="welcome.html">Click here if you are not redirected.</a>
<script>location = "welcome.html"</script>
</html>
|