added more links to the navigation bar of static/about.html

This commit is contained in:
Abdullah Islam 2023-06-21 11:40:34 +06:00
parent f7627f07e3
commit b6e0db0ca1
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
</head>
<body>
<nav id='navbar'>
<a href='/' id='home_link'>rural dictionary</a>
<a href='/' id='home_link'>rural dictionary</a> |
<a href='/about.html'>about</a>
</nav>
<hr>
<main id='content'>
<h1>About Rural Dictionary</h1>
This is a dictionary where users submit the definitions anonymously.
<p>This is a dictionary where users submit the definitions anonymously.</p>
</main>
</body>
</html>