diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 3160bbd..48e5fc4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ <nav> <a href="/">Home</a> <a href="about">About</a> - <a href="">Git</a> + <a href="https://git.luhamus.com">Git</a> <a href="contact">Contact</a> </nav> <hr/> @@ -32,7 +32,7 @@ </section> <hr/> - <footer>© Here is the very important Footer 2022</footer> + <footer>© <i>footer 2022</i></footer> </body> </html> |