diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-27 01:28:39 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-27 01:28:39 -0500 |
| commit | ac28f04d4d7e23d01a61459f81dbee7f7c3e7c9f (patch) | |
| tree | 995a60235a44443b504ecb06ad681717f2918bac /public/components/nav.html | |
| parent | cae06d048c3fd162b7df84e64a0e0b8f119726d3 (diff) | |
inject components server-side
Diffstat (limited to 'public/components/nav.html')
| -rw-r--r-- | public/components/nav.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/components/nav.html b/public/components/nav.html index f9d5adc..447bc12 100644 --- a/public/components/nav.html +++ b/public/components/nav.html @@ -13,5 +13,5 @@ </div>
</div>
</div>
- <script src="/public/components/nav_button.js" defer></script>
-</nav>
\ No newline at end of file + <script src="/components/nav_button.js" defer></script>
+</nav>
|
