This commit is contained in:
2025-02-06 21:29:40 +05:30
parent e7379f8f47
commit eb2031672d
12 changed files with 10 additions and 3 deletions

View File

@@ -38,5 +38,6 @@ if (!isset($_SESSION['user_id'])) {
<a href="logout.php">Logout</a>
</main>
<?php include "assets/_footer.php"; ?>
<script src="assets/js/_developer_tools.js"></script>
</body>
</html>