This commit is contained in:
2025-02-06 17:14:33 +05:30
parent e319f46ac2
commit e0d8815b10
17 changed files with 72 additions and 19 deletions

View File

@@ -30,6 +30,7 @@ if (!isset($_SESSION['user_id'])) {
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5747712812070455" crossorigin="anonymous"></script>
</head>
<body>
<?php include "assets/_preloader.php" ?>
<?php include "assets/_header.php"; ?>
<main>
<h2>Welcome, <?php echo $_SESSION['user_name']; ?>!</h2>