feature: idk

This commit is contained in:
Jan Klattenhoff 2024-01-18 13:39:10 +01:00
parent 28810c6910
commit 7ba799eab1
11 changed files with 410 additions and 8 deletions

View file

@ -0,0 +1,13 @@
{% extends 'base.html.twig' %}
{% block body %}
<h1>Printers</h1>
<table id="table">
<tr>
<th>Name</th>
<th>Price</th>
<th>Build Volume</th>
<th>Max Speed</th>
</tr>
</table>
{% endblock %}