mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 08:13:00 +05:30
v4.2.6
This commit is contained in:
@@ -10,6 +10,7 @@ $email = isset($_SESSION['email']) ? $_SESSION['email'] : '';
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Enter Confirmation Code</title>
|
||||
<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" />
|
||||
@@ -20,8 +21,9 @@ $email = isset($_SESSION['email']) ? $_SESSION['email'] : '';
|
||||
<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">
|
||||
<title>Enter Confirmation Code</title>
|
||||
<link rel="stylesheet" href="assets/css/_forgot_pass.css">
|
||||
<!-- Google Adsense -->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5747712812070455" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user