Android builds fixed

- new icon
- fixed android icons
- fixed android status & navigation bar
- added "Splash" page
This commit is contained in:
olcxja 2026-05-08 18:06:52 +02:00
commit 6ff37cb3be
85 changed files with 415 additions and 161 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Larpix - Authentication</title>
<link rel="stylesheet" href="../style.css">
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
@ -249,7 +249,7 @@
<p>Prove you are a human.</p>
</div>
<div class="captcha-img">
<img src="https://miro.medium.com/0*obnHri9w__4Cmhbj.jpg" alt="Captcha" id="captcha-image">
<img src="" alt="Captcha" id="captcha-image">
</div>
<form id="form-captcha">
<div class="input-group">
@ -342,7 +342,7 @@
} catch (error) {
console.log(error);
showNotification("Something went wrong...", "error", 3500);
showNotification("Something went wrong... (probably wrong password)", "error", 3500);
container.className = 'auth-container';
}
});