Skip to content

Commit

Permalink
routs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiicode committed Jan 12, 2024
1 parent 0c08e25 commit 7d25605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/current-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ document.addEventListener('DOMContentLoaded', function () {
});
});

console.log('current-page.js loaded!!')
console.log('current-page.js loaded!!!')
8 changes: 4 additions & 4 deletions includes/hello-nav.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="hello-nav">
<a href="/thepolyfengroup">Home</a>
<a href="/thePolyfenGroup/wiki/">Team Wiki</a>
<a href="/thePolyfenGroup/business/">Business Plan</a>
<a href="/thePolyfenGroup/brand/">Brand Guidelines</a>
<a href="/">Home</a>
<a href="/wiki/">Team Wiki</a>
<a href="/business/">Business Plan</a>
<a href="/brand/">Brand Guidelines</a>
</div>
Empty file removed wiki/test.js
Empty file.

0 comments on commit 7d25605

Please sign in to comment.