Files
shape3d.it/partials/structure/layout_end.php
2026-01-23 23:15:06 +01:00

10 lines
241 B
PHP

<?php
// Basic layout end.
?>
<footer class="mt-10 border-t border-slate-200 py-6 text-center text-xs text-slate-500">
3D-Druck Materialmatrix · intern
</footer>
<?php require __DIR__ . '/matomo.php'; ?>
</body>
</html>