Finish, ohne Code kommentierug

This commit is contained in:
gitfreeking 2025-04-26 18:29:27 +02:00
parent a3362019ac
commit 6fbf988c38
2 changed files with 3 additions and 5 deletions

View File

@ -23,6 +23,9 @@
</section>
</main>
<!-- Fußzeiele -->
<div id="footer"></div>
<script>
fetch('/api/products')
.then(res => res.json())
@ -54,9 +57,5 @@
</div>`;
});
</script>
<!-- Fußzeiele -->
<div id="footer"></div>
</body>
</html>

View File

@ -60,6 +60,5 @@
</div> `;
});
</script>
</body>
</html>