mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-05 04:33:24 +01:00
22 lines
366 B
HTML
22 lines
366 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
|
|
<title>Doodle3D Box</title>
|
|
|
|
<script type="text/javascript" src="../jspm_packages/system.js"></script>
|
|
<script type="text/javascript" src="../config.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
System.import('example/app.js');
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<p>Doodle3D WiFi-Boxes</p>
|
|
|
|
<ul id='list'></ul>
|
|
|
|
</body>
|
|
</html> |