0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-06-01 21:44:31 +02:00
Doodle3D-API/example/index.html
2016-04-21 15:26:08 +02:00

15 lines
295 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>
</head>
<body>
<script type="text/javascript">
System.import('./app.js');
</script>
</body>
</html>