2013-09-27 01:38:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Doodle3D Connect</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" />
|
2014-02-14 15:49:12 +01:00
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./img/webpage_icons/apple-touch-icon-144x144-precomposed.png" />
|
|
|
|
<link rel="icon" type="image/ico" href="./img/favicon.ico"/>
|
2013-09-27 01:38:44 +02:00
|
|
|
<meta id="Viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=yes">
|
|
|
|
|
|
|
|
<link href="css/normalize.css" rel="stylesheet" media="screen">
|
|
|
|
<link href="css/main.css" rel="stylesheet" media="screen">
|
2013-10-03 16:59:40 +02:00
|
|
|
<link href="css/bg.css" rel="stylesheet" media="screen">
|
|
|
|
<link href="css/popups.css" rel="stylesheet" media="screen">
|
2014-02-14 15:49:12 +01:00
|
|
|
<link href="css/mobile.css" rel="stylesheet" media="screen">
|
|
|
|
|
2013-09-27 12:31:55 +02:00
|
|
|
<script src="js/libs/jquery-1.8.3.min.js" type="text/javascript"></script>
|
2013-10-02 17:24:40 +02:00
|
|
|
<script src="js/libs/spin.min.js" type="text/javascript"></script>
|
2013-10-03 19:08:42 +02:00
|
|
|
<script src="js/main.js" type="text/javascript"></script>
|
2013-09-27 01:38:44 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2013-10-03 16:59:40 +02:00
|
|
|
|
2014-02-14 15:49:12 +01:00
|
|
|
<div id="container">
|
|
|
|
<div class="bgContainer">
|
|
|
|
<img class="bgTop" src="img/bg_top.png" />
|
2013-10-03 16:59:40 +02:00
|
|
|
<img class="bgMiddle" src="img/bg_middle.png" />
|
|
|
|
<img class="bgBottom" src="img/bg_bottom.png" />
|
2014-02-14 15:49:12 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="uiButtonsContainer">
|
2013-10-03 16:59:40 +02:00
|
|
|
<div id="d3dlogo" onclick="location.reload()"></div>
|
|
|
|
<div id="contentOverlay">
|
|
|
|
<div id="settings" class="popup">
|
|
|
|
<div class="content">
|
|
|
|
<p id="intro"></p>
|
2014-02-14 15:49:12 +01:00
|
|
|
<ul id="list" class="cf"></ul>
|
2013-10-18 11:58:26 +02:00
|
|
|
<small id="hint">
|
2014-02-14 15:49:12 +01:00
|
|
|
Can’t find your box? <br/>
|
|
|
|
Maybe the box isn’t connected to your network yet, try to connect to a Doodle3D-... WiFi network. <br/>
|
|
|
|
Otherwise, make sure you’re on the same WiFi network. <br/>
|
2013-10-18 13:19:36 +02:00
|
|
|
You can always connect your box to your computer using an ethernet cable.
|
2013-10-18 11:58:26 +02:00
|
|
|
</small>
|
2013-10-03 16:59:40 +02:00
|
|
|
<div id="preloader"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-10-02 17:24:40 +02:00
|
|
|
|
2013-09-27 01:38:44 +02:00
|
|
|
</body>
|
|
|
|
</html>
|