From 6792e031f21374faea17fa733dd3816db09a280e Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Thu, 18 Jan 2024 16:35:37 +0100 Subject: [PATCH] feature: added some javascript --- templates/frontend/index.html.twig | 154 +++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) diff --git a/templates/frontend/index.html.twig b/templates/frontend/index.html.twig index 4c203e0..0e80b1a 100644 --- a/templates/frontend/index.html.twig +++ b/templates/frontend/index.html.twig @@ -1,13 +1,167 @@ {% extends 'base.html.twig' %} {% block body %} + +

Printers

+ + + + + +
Name Price Build Volume Max SpeedActions
+ + + + + + {% endblock %} \ No newline at end of file