mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
14 lines
428 B
HTML
14 lines
428 B
HTML
<!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>.
|