mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-10 21:23:23 +01:00
30 lines
991 B
HTML
30 lines
991 B
HTML
<div id="landscape" class="clearfix">
|
|
|
|
<!-- background images -->
|
|
<div class="bgContainer">
|
|
<img id="bgTop" src="img/bg_top.png" />
|
|
<img id="bgMiddle" src="img/bg_middle.png" />
|
|
<img id="bgBottom" src="img/bg_bottom.png" />
|
|
</div>
|
|
|
|
<!-- center panel -->
|
|
<div id="centerpanel">
|
|
<div id="logopanel" class="btn">
|
|
<img id="pencil" src="img/logo/pencil.png"/>
|
|
<img id="logo" src="img/logo/doodle3d.png"/>
|
|
</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 id="vertImage" src="img/bg_vertical.png"/>
|
|
</div> |