mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-05 04:33:24 +01:00
45 lines
796 B
HTML
45 lines
796 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
|
|
<title>Doodle3D Box</title>
|
|
|
|
<style>
|
|
table, th, td {
|
|
border: 1px solid #dddddd;
|
|
font-size: 15px;
|
|
font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
|
|
line-height: 20px;
|
|
}
|
|
</style>
|
|
|
|
<script type="text/javascript" src="../jspm_packages/system.js"></script>
|
|
<script type="text/javascript" src="../config.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
System.import('./app.js');
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<table style="width:100%">
|
|
<tbody id="table">
|
|
<tr>
|
|
<th>ID</th>
|
|
<th>Local IP</th>
|
|
<th>State</th>
|
|
<th>Current Line</th>
|
|
<th>Buffered Lines</th>
|
|
<th>Total Lines</th>
|
|
<th>Hotend</th>
|
|
<th>Hotend Target</th>
|
|
<th>Bed</th>
|
|
<th>Bed Target</th>
|
|
<th>Has Control</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<body>
|
|
</body>
|
|
</html> |