css/nav
This commit is contained in:
parent
a7278feeaf
commit
abfb2e60cc
2 changed files with 28 additions and 2 deletions
|
@ -12,8 +12,13 @@
|
|||
<body>
|
||||
|
||||
<header>
|
||||
Header.
|
||||
<img src="images/logo.svg" alt="Logo of the website.">
|
||||
<nav aria-label="Main navigation">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="other.html">Other</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue