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

View File

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