Major refactor

- update the structure to have monolithic setup
- updated deployments
- added live-reloading for devops
This commit is contained in:
Théophile Gervreau-Mercier
2026-02-05 20:07:05 +01:00
parent f23fbb481b
commit d2b3c6ca67
75 changed files with 3359 additions and 3987 deletions

9
inc/footer.php Normal file
View File

@@ -0,0 +1,9 @@
<!-- footer.php -->
<footer class="footer">
<div class="content has-text-centered">
<p>Site fait avec en PHP, HTML, CSS fait mains.</p>
</div>
</footer>
</body>
</html>