update page title to use app name

This commit is contained in:
2026-05-05 17:22:37 +08:00
parent cf2df504b1
commit 8841b571c9
8 changed files with 91 additions and 84 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>To Do App | Login</title>
<title>BusketLisk &#x2022; Login</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/styles.css" />
@@ -46,21 +46,21 @@
</nav>
<section class="d-flex justify-content-center flex-column align-items-center bg-img">
<div class="rounded shadow bg-translucent p-4">
<h2 class="mb-3 text-white">Login</h2>
<form id="loginForm">
<input id="email" placeholder="Email Address" required type="email" class="mb-3 form-control shadow-sm">
<input id="password" placeholder="Password" required type="password" class="form-control shadow-sm">
<div class="d-flex justify-content-between align-items-center gap-3 mt-3">
<button type="submit" class="btn btn-primary shadow-sm">Login</button>
<div class="text-end">
<a href="./signup.html">Don't have an account yet?</a>
<br>
<a href="#">Forgot Password?</a>
</div>
</div>
</form>
</div>
<div class="rounded shadow bg-translucent p-4">
<h2 class="mb-3 text-white">Login</h2>
<form id="loginForm">
<input id="email" placeholder="Email Address" required type="email" class="mb-3 form-control shadow-sm">
<input id="password" placeholder="Password" required type="password" class="form-control shadow-sm">
<div class="d-flex justify-content-between align-items-center gap-3 mt-3">
<button type="submit" class="btn btn-primary shadow-sm">Login</button>
<div class="text-end">
<a href="./signup.html">Don't have an account yet?</a>
<br>
<a href="#">Forgot Password?</a>
</div>
</div>
</form>
</div>
</section>
<!-- ↓ Footer ↓ -->
@@ -99,4 +99,4 @@
crossorigin="anonymous"></script>
</body>
</html>
</html>