From 159adb8df8481109058a17163fd3a27a103f47a8 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Tue, 29 Oct 2013 12:42:03 +0100 Subject: [PATCH] 404 page --- less/404.less | 14 +++++++++++++ less/styles.less | 1 + www/redirect.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 less/404.less create mode 100644 www/redirect.html diff --git a/less/404.less b/less/404.less new file mode 100644 index 0000000..d2defa4 --- /dev/null +++ b/less/404.less @@ -0,0 +1,14 @@ +#page404 { + #message404 { + font-family: Helvetica,Arial,"Nimbus Sans L",sans-serif; + font-size: 16px; + + position: absolute; + top: 50%; + left: 50%; + height: 250px; + width: 500px; + margin: -125px 0 0 -250px; + } +} + diff --git a/less/styles.less b/less/styles.less index 3ca7e9a..3a31e72 100644 --- a/less/styles.less +++ b/less/styles.less @@ -6,6 +6,7 @@ @import "base.less"; @import "settingsPopup.less"; @import "message.less"; +@import "404.less"; // MOBILE diff --git a/www/redirect.html b/www/redirect.html new file mode 100644 index 0000000..9cff7c7 --- /dev/null +++ b/www/redirect.html @@ -0,0 +1,50 @@ + + + + Doodle3D 404 + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + +
+
+ +
+
+
+

+ You're probably trying to go to a website on the internet, but you're currently only connected to the Doodle3D WiFi box, which means you're not connected to the internet.
+ You could: +

    +
  • Reconnect to the WiFi you normally use.
  • +
  • Configure the WiFi box to connect to that WiFi in client mode. You can do this trough the settings screen.
  • +
+

+
+
+
+ +
+ + + \ No newline at end of file