implement a super basic visual layout
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
<a href="/">Home</a>
|
||||
<a href="/about/">About</a>
|
||||
<a href="/links/">Links</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/contact/">Contact</a>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a><br/>
|
||||
<a href="/blog/">Blog</a><br/>
|
||||
<a href="/about/">About</a><br/>
|
||||
<a href="/links/">Links</a><br/>
|
||||
<a href="/contact/">Contact</a>
|
||||
</nav>
|
||||
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}
|
Reference in New Issue
Block a user