diff options
author | 53hornet <atc@53hor.net> | 2021-12-11 16:44:38 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-11 16:44:38 -0500 |
commit | ee65e8eefba9ebeca77aa447b4dbe1743a7a2849 (patch) | |
tree | bfd1820a01ebdd42ee71aae343ea0274d4835eb3 /includes/nav.php | |
parent | 69cf2d0ab47f0389ee7dbc594d99db0e99c2c63c (diff) | |
download | 53hor-ee65e8eefba9ebeca77aa447b4dbe1743a7a2849.tar.xz 53hor-ee65e8eefba9ebeca77aa447b4dbe1743a7a2849.zip |
chore: organized index page, moved noscript, add links
Diffstat (limited to 'includes/nav.php')
-rw-r--r-- | includes/nav.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/nav.php b/includes/nav.php index 03e9c5f..26f3913 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -60,4 +60,12 @@ </li> </ul> </nav> + +<header> + <noscript> + JavaScript? Where we're going we don't need JavaScript. + </noscript> +</header> + + <hr /> |