mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-04 21:53:25 +01:00
30 lines
504 B
HTML
30 lines
504 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
|
|
<title>Doodle3D Slicer - Viewer</title>
|
|
|
|
<style>
|
|
#gcode {
|
|
font-family: monospace;
|
|
}
|
|
</style>
|
|
|
|
<script type="text/javascript" src="../jspm_packages/system.js"></script>
|
|
<script type="text/javascript" src="../jspm.config.js"></script>
|
|
|
|
<link href="main.css" rel="stylesheet"/>
|
|
|
|
<script type="text/javascript">
|
|
System.import('example/viewer.js');
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container"></div>
|
|
|
|
</body>
|
|
</html>
|