2015-07-15 15:06:18 +02:00
|
|
|
<!DOCTYPE>
|
|
|
|
<html>
|
2015-07-26 12:47:46 +02:00
|
|
|
<head>
|
2015-07-15 15:06:18 +02:00
|
|
|
|
2015-07-26 12:47:46 +02:00
|
|
|
<title>Doodle3D Box</title>
|
2015-07-15 15:06:18 +02:00
|
|
|
|
2015-07-26 12:47:46 +02:00
|
|
|
<script type="text/javascript" src="../jspm_packages/system.js"></script>
|
|
|
|
<script type="text/javascript" src="../config.js"></script>
|
2015-07-15 15:06:18 +02:00
|
|
|
|
2015-07-26 12:47:46 +02:00
|
|
|
<script type="text/javascript">
|
|
|
|
System.import('example/app.js');
|
|
|
|
</script>
|
2015-07-15 15:06:18 +02:00
|
|
|
|
2015-07-26 12:47:46 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-07-15 15:06:18 +02:00
|
|
|
|
2015-07-27 16:32:11 +02:00
|
|
|
<p>Doodle3D WiFi-Boxes</p>
|
|
|
|
|
|
|
|
<ul id='list'></ul>
|
2015-07-15 15:06:18 +02:00
|
|
|
|
2015-07-26 12:47:46 +02:00
|
|
|
</body>
|
2015-07-15 15:06:18 +02:00
|
|
|
</html>
|