diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-05-09 21:24:53 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-05-09 21:24:53 -0400 |
commit | e0bce1a7ae048d75ff74cc99af4d0b446a03710e (patch) | |
tree | 0babbef5ddeb7622b53c0e65827a6278a95c61f9 /includes/head.php | |
parent | a830f959ed0449032d1c67a68da3619b004333d8 (diff) | |
download | 53hor-e0bce1a7ae048d75ff74cc99af4d0b446a03710e.tar.xz 53hor-e0bce1a7ae048d75ff74cc99af4d0b446a03710e.zip |
feat: simplify with bottom nav
Inspired by https://bt.ht/
Diffstat (limited to 'includes/head.php')
-rw-r--r-- | includes/head.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/includes/head.php b/includes/head.php index 44184d4..1911df6 100644 --- a/includes/head.php +++ b/includes/head.php @@ -2,7 +2,7 @@ <html lang="en-US"> <head> - <title>53hornet</title> + <title>Adam Carpenter (53hornet)</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta property="og:description" content="The World Wide Web pages of Adam Carpenter" /> @@ -24,5 +24,10 @@ <body> - <?php include('nav.php'); ?> + <header> + <a href="#menu"> + ▾Menu + </a> + </header> + <article> |