Doodle3D-Slicer/example/index.html

28 lines
409 B
HTML
Raw Normal View History

2015-07-26 15:32:10 +02:00
<!DOCTYPE>
<html>
2015-07-28 12:28:05 +02:00
<head>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
<title>Doodle3D Slicer</title>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
<style>
#gcode {
font-family: monospace;
}
</style>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
<script type="text/javascript" src="../jspm_packages/system.js"></script>
2016-07-18 18:28:47 +02:00
<script type="text/javascript" src="../jspm.config.js"></script>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
<script type="text/javascript">
System.import('example/app.js');
</script>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
</head>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
<body>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
<p id="gcode"></p>
2015-07-26 15:32:10 +02:00
2015-07-28 12:28:05 +02:00
</body>
2016-07-18 18:28:47 +02:00
</html>