mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 08:13:00 +05:30
v4.2.3
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<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" />
|
||||
<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="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">
|
||||
@@ -17,19 +17,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<!-- Left Section (Image and Logo) -->
|
||||
<div class="left-section">
|
||||
<div class="header">
|
||||
<h1 class="logo">Xeorl</h1>
|
||||
<h1 class="logo">Xeorl</h1>
|
||||
<button class="back-button" onclick="window.location.href='login.php';">Back to Login →</button>
|
||||
</div>
|
||||
<div class="content">
|
||||
<img id="background-image" src="assets/images/travel.jpg" alt="Background Image" class="background-img">
|
||||
<h2>Unimited Shortens but,<br>One Link at a Time</h2>
|
||||
<h2>Unlimited Shortens but,<br>One Link at a Time</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Right Section (Form) -->
|
||||
<div class="right-section">
|
||||
<div class="form-container">
|
||||
<h2>Reset your password</h2>
|
||||
@@ -41,7 +38,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="assets/js/_forgot_pass.js"></script>
|
||||
<script src="assets/js/_email.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user