Initial commit: struttura base Diplomacy Web App con header/footer e auth

This commit is contained in:
2025-11-21 16:04:22 +00:00
commit 052b8182aa
17 changed files with 367 additions and 0 deletions

7
footer.php Executable file
View File

@@ -0,0 +1,7 @@
</div> <!-- /container -->
<!-- jQuery e Bootstrap JS via CDN -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>