rename sidebar->nav

This commit is contained in:
ktyl 2021-12-23 22:57:36 +00:00
parent 6c862a2b69
commit 3cba5656ef
7 changed files with 11 additions and 5 deletions

6
src/inc_html/nav.html Normal file
View File

@ -0,0 +1,6 @@
<div class="sidebarContent">
<ul>
<li><a href="about.html" class="fsText">about</a></li>
<li><a href="gallery.html" class="fsText">gallery</a></li>
</ul>
</div>

View File

@ -10,7 +10,7 @@
#include titlestart.html #include titlestart.html
/about /about
#include titleend.html #include titleend.html
#include sidebarlinks.html #include nav.html
#include socials.html #include socials.html
</div> </div>

View File

@ -10,7 +10,7 @@
#include titlestart.html #include titlestart.html
/blog /blog
#include titleend.html #include titleend.html
#include sidebarlinks.html #include nav.html
#include socials.html #include socials.html
</div> </div>

View File

@ -10,7 +10,7 @@
#include titlestart.html #include titlestart.html
/gallery /gallery
#include titleend.html #include titleend.html
#include sidebarlinks.html #include nav.html
#include socials.html #include socials.html
</div> </div>

View File

@ -10,7 +10,7 @@
#include titlestart.html #include titlestart.html
#include titleend.html #include titleend.html
#include sidebarlinks.html #include nav.html
<p> <p>
#include socials.html #include socials.html

View File

@ -13,7 +13,7 @@ body {
} }
#include title.css #include title.css
#include sidebar.css #include nav.css
#include landing.css #include landing.css
#include blog.css #include blog.css