Add navigation links to Nie's and Ulud's Memories pages
This commit is contained in:
parent
41ac744e1e
commit
6e8a092572
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1>Nie's Memories</h1>
|
||||
<nav>
|
||||
<a href="/index.html">Home</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1>Ulud's Memories</h1>
|
||||
<nav>
|
||||
<a href="/index.html">Home</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
|
Loading…
Add table
Reference in a new issue