mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
- Add comprehensive migration guides (DEPLOYMENT_MIGRATION.md, DIRECTORY_STRUCTURE.md, MIGRATION_CHECKLIST.md) - Refactor admin panel: split add.php, create reusable header/footer - Update styles: admin.css, common.css, main.css - Improve public pages: index.php, memoire.php - Reorganize database documentation into database/docs/ - Update .gitignore and justfile This prepares for migration to public/ directory structure
12 lines
161 B
PHP
12 lines
161 B
PHP
<!-- footer.php -->
|
|
<footer>
|
|
<div>
|
|
<button>Année</button>
|
|
</div>
|
|
<div>
|
|
<button>Cursus</button>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |