mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
404 page
This commit is contained in:
parent
b57dab9826
commit
159adb8df8
14
less/404.less
Normal file
14
less/404.less
Normal file
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -6,6 +6,7 @@
|
|||||||
@import "base.less";
|
@import "base.less";
|
||||||
@import "settingsPopup.less";
|
@import "settingsPopup.less";
|
||||||
@import "message.less";
|
@import "message.less";
|
||||||
|
@import "404.less";
|
||||||
|
|
||||||
|
|
||||||
// MOBILE
|
// MOBILE
|
||||||
|
50
www/redirect.html
Normal file
50
www/redirect.html
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Doodle3D 404</title>
|
||||||
|
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
|
<link rel="icon" type="image/ico" href="favicon_alt.ico"/>
|
||||||
|
<link href="./img/webpage_icons/apple-touch-icon-144x144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144" />
|
||||||
|
<meta id="Viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
|
||||||
|
<link href="css/styles.min.css" rel="stylesheet" media="screen">
|
||||||
|
<link href="css/debug.min.css" rel="stylesheet" media="screen">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body id="page404">
|
||||||
|
|
||||||
|
<div id="landscape" class="clearfix">
|
||||||
|
|
||||||
|
<!-- background images -->
|
||||||
|
<div class="bgContainer">
|
||||||
|
<img class="bgTop" src="img/bg_top.png" />
|
||||||
|
<img class="bgMiddle" src="img/bg_middle.png" />
|
||||||
|
<img class="bgBottom" src="img/bg_bottom.png" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- center panel -->
|
||||||
|
<div class="centerpanel">
|
||||||
|
<div class="logopanel">
|
||||||
|
<div class="d3dlogo" onclick="location.reload()"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="message404">
|
||||||
|
<p>
|
||||||
|
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.<br/>
|
||||||
|
You could:
|
||||||
|
<ul>
|
||||||
|
<li>Reconnect to the WiFi you normally use.</li>
|
||||||
|
<li>Configure the WiFi box to connect to that WiFi in client mode. You can do this trough the settings screen.</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="portrait">
|
||||||
|
<img class="vertImage" src="img/bg_vertical.png"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user