diff options
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> |