Doodle3D-API/example/index.html

22 lines
366 B
HTML
Raw Normal View History

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