mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-04 21:53:25 +01:00
365680a693
# Conflicts: # jspm.config.js # package.json
20 lines
343 B
HTML
20 lines
343 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
|
|
<title>Doodle3D Slicer - Save</title>
|
|
|
|
<script type="text/javascript" src="../jspm_packages/system.js"></script>
|
|
<script type="text/javascript" src="../jspm.config.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
System.import('./save.js');
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|