Doodle3D-Slicer/example/index.html

30 lines
492 B
HTML
Raw Normal View History

2015-07-26 15:32:10 +02:00
<!DOCTYPE>
<html>
2017-05-13 14:48:48 +02:00
<head>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
<title>Doodle3D Slicer</title>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
<style>
#gcode {
font-family: monospace;
}
</style>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
<script type="text/javascript" src="../jspm_packages/system.js"></script>
<script type="text/javascript" src="../jspm.config.js"></script>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
<link href="main.css" rel="stylesheet"/>
2016-10-13 16:33:40 +02:00
2017-05-13 14:48:48 +02:00
<script type="text/javascript">
System.import('example/app.js');
</script>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
</head>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
<body>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
<div id="container"></div>
2015-07-26 15:32:10 +02:00
2017-05-13 14:48:48 +02:00
</body>
2016-07-18 18:28:47 +02:00
</html>