diff options
| author | McD223 <jacob@simplelittledream.com> | 2019-11-04 22:45:27 -0500 |
|---|---|---|
| committer | McD223 <jacob@simplelittledream.com> | 2019-11-04 22:45:27 -0500 |
| commit | a58b8626ce6028ce538b36c21007b4e225b16dd6 (patch) | |
| tree | 8dfdec4de7076db53b59ad6ee3588d7955dfe7c5 /index.html | |
| parent | 33687e86db111f02ffa08a54aa8e8be9857c45b2 (diff) | |
added meta tags for more description
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>Jacob McDonnell</title> + <meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/> + <meta name="author" content="Jacob McDonnell"/> + <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell"/> + <title>Jacob McDonnell</title> <link href="CSS/main.css" rel="stylesheet" type="text/css"> <script src="JS/main.js"></script> <script src="JS/command.js"></script> |
