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: +

+

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