10 lines
241 B
PHP
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>
|