diff options
author | mattkae <mattkae@protonmail.com> | 2022-07-24 15:46:09 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-07-24 15:46:09 -0400 |
commit | 62a7b1c6fbc462285112e67d0c6b40e6ed0ded28 (patch) | |
tree | 073d185f6ba04a44102f27622729119000600871 /resume.html | |
parent | df2c1d8c1fb298602be6028fca44e055947a7894 (diff) |
Meta descriptions and disallowing certain items
Diffstat (limited to 'resume.html')
-rwxr-xr-x | resume.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resume.html b/resume.html index 692ba5b..c46c6c6 100755 --- a/resume.html +++ b/resume.html @@ -6,8 +6,9 @@ <link rel="stylesheet" href="/resume.css"> <script src='/resume.js' defer></script> - <title>Matthew Kosarek</title> + <title>Matthew Kosarek - Resume</title> <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> + <meta name="description" content="The hosted resume of Matthew kosarek"> </head> <body> <header> |