Add redirect.html (only used as 404 page in captive portal mode).

This commit is contained in:
Wouter R 2013-08-26 16:14:32 +02:00
parent 2ee3c5bfd0
commit 733ddea616
1 changed files with 13 additions and 0 deletions

13
redirect.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=http://draw.doodle3d.com">
<script>
window.location.href = "http://draw.doodle3d.com"
</script>
<title>Page Redirection</title>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='http://draw.doodle3d.com'>link to the Doodle3D webapp</a>.