Registrieren #31

Merged
vex merged 4 commits from Registrieren into develop 2025-04-27 18:06:45 +00:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 6fbf988c38 - Show all commits

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>