mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 03:33:23 +01:00
Add redirect.html (only used as 404 page in captive portal mode).
This commit is contained in:
parent
2ee3c5bfd0
commit
733ddea616
13
redirect.html
Normal file
13
redirect.html
Normal 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>.
|
Loading…
Reference in New Issue
Block a user