first upload

This commit is contained in:
fpicone
2025-12-06 18:23:43 +01:00
commit 30e1f9b36b
21 changed files with 3935 additions and 0 deletions

11
footer.php Normal file
View File

@@ -0,0 +1,11 @@
</main>
<footer class="footer">
<div class="container">
<p>&copy; <?php echo date('Y'); ?> <?php echo APP_NAME; ?> - Versione <?php echo APP_VERSION; ?></p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>