This commit is contained in:
2025-02-01 20:52:33 +05:30
parent b4001596d3
commit a5a54ccbdc
29277 changed files with 3016189 additions and 193 deletions

View File

@@ -7,6 +7,12 @@ session_start(); // Start the session to access error messages
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./assets/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="./assets/images/favicon.svg" />
<link rel="shortcut icon" href="./assets/images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/images/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Xeorl">
<link rel="manifest" href="./assets/images/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
@@ -65,7 +71,7 @@ session_start(); // Start the session to access error messages
<div class="divider">Or register with</div>
<div class="social-login">
<button class="google-btn"> <img src="assets/images/google.png" alt="Google Logo"> Google</button>
<button class="google-btn" onclick="window.location.href='core/redirect_google.php'"> <img src="assets/images/google.png" alt="Google Logo"> Google</button>
<button class="apple-btn"> <img src="assets/images/apple.png" alt="Apple Logo"> Apple</button>
</div>
</div>