update page title to use app name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>To Do App | Signup</title>
|
||||
<title>BusketLisk • Signup</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,23 +46,23 @@
|
||||
</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">Create Account</h2>
|
||||
<form id="signupForm">
|
||||
<input id="firstName" placeholder="First Name" required type="text" class="mb-3 form-control shadow-sm">
|
||||
<input id="lastName" placeholder="Last Name" required type="text" class="mb-3 form-control shadow-sm">
|
||||
<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">Sign Up</button>
|
||||
<div class="text-end">
|
||||
<a href="./login.html">Already have an account?</a>
|
||||
<br>
|
||||
<a href="./dashboard.html">Try without an account</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="rounded shadow bg-translucent p-4">
|
||||
<h2 class="mb-3 text-white">Create Account</h2>
|
||||
<form id="signupForm">
|
||||
<input id="firstName" placeholder="First Name" required type="text" class="mb-3 form-control shadow-sm">
|
||||
<input id="lastName" placeholder="Last Name" required type="text" class="mb-3 form-control shadow-sm">
|
||||
<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">Sign Up</button>
|
||||
<div class="text-end">
|
||||
<a href="./login.html">Already have an account?</a>
|
||||
<br>
|
||||
<a href="./dashboard.html">Try without an account</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- ↓ Footer ↓ -->
|
||||
@@ -101,4 +101,4 @@
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user