Doodle3D-API/example/index.html

15 lines
302 B
HTML
Raw Normal View History

2015-07-15 15:06:18 +02:00
<!DOCTYPE>
<html>
<head>
2016-04-21 15:52:23 +02:00
<title>Doodle3D Box</title>
2015-07-15 15:06:18 +02:00
2016-04-21 15:52:23 +02:00
<script type="text/javascript" src="../jspm_packages/system.js"></script>
<script type="text/javascript" src="../config.js"></script>
2016-04-21 15:26:08 +02:00
</head>
<body>
2016-04-21 15:52:23 +02:00
<script type="text/javascript">
System.import('./app.js');
</script>
</body>
2016-04-21 15:26:08 +02:00
</html>