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 | Support</title>
|
||||
<title>BusketLisk • Support</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" />
|
||||
@@ -69,7 +69,8 @@
|
||||
<form id="contactForm">
|
||||
<input name="name" type="text" class="form-control mb-3 shadow-sm" placeholder="Your name" required>
|
||||
<input name="email" type="email" class="form-control mb-3 shadow-sm" placeholder="Your email" required>
|
||||
<textarea name="message" rows="5" class="form-control mb-3 shadow-sm" placeholder="How can we help?" required></textarea>
|
||||
<textarea name="message" rows="5" class="form-control mb-3 shadow-sm" placeholder="How can we help?"
|
||||
required></textarea>
|
||||
<button type="submit" class="btn btn-primary px-4">Send message</button>
|
||||
</form>
|
||||
<hr class="border-light my-4">
|
||||
@@ -123,4 +124,4 @@
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user