updated to add privacy info
This commit is contained in:
parent
18daff87ee
commit
1bf16622c2
2 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,5 @@ RewriteRule ^home/?$ index.php
|
|||
RewriteRule ^about/?$ about.php
|
||||
RewriteRule ^projects/?$ projects.php
|
||||
RewriteRule ^guides/?$ guides.php
|
||||
RewriteRule ^privacy/?$ privacy.php
|
||||
RewriteRule ^projects/opennic?$ projects/opennic.php
|
|
@ -21,6 +21,9 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="/about">About Me</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/privacy">Privacy</p>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
|
|
Reference in a new issue