fix contact
This commit is contained in:
parent
4115f64f84
commit
0a09e7bbef
@ -5,7 +5,7 @@
|
|||||||
<!-- Meta and Title -->
|
<!-- Meta and Title -->
|
||||||
<meta charset="UTF-8">
|
<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">
|
||||||
<meta name="description" content="Contact <%= process.env.OWNER_NAME % using a contact form">
|
<meta name="description" content="Contact <%= process.env.OWNER_NAME %> using a contact form">
|
||||||
|
|
||||||
<title>Contact Me - <%= process.env.OWNER_NAME %></title>
|
<title>Contact Me - <%= process.env.OWNER_NAME %></title>
|
||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
@ -92,7 +92,7 @@
|
|||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class=" text-white text-center py-4">
|
<footer class=" text-white text-center py-4">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="mb-0">© 2024 <%= process.env.OWNER_NAME %>. All rights reserved.</p>
|
<p class="mb-0">© 2024 <%= process.env.OWNER_NAME %> . All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user