diff options
Diffstat (limited to 'thoughts.html')
-rw-r--r-- | thoughts.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/thoughts.html b/thoughts.html index d09f46a..365f0cd 100644 --- a/thoughts.html +++ b/thoughts.html @@ -20,9 +20,13 @@ <html> <head> - <title>Joe's own website - thoughts</title> - <link rel="stylesheet" type="text/css" href="css/site.css"> + <title>Joe's thoughts</title> <meta charset="UTF-8"> + <meta name="robots" content="index, follow"> + <meta name="description" content="Blog and Internet personnal space"> + <meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly"> + <meta name="author" content="Joe <bousset.rudy@gmail.com>"> + <link rel="stylesheet" type="text/css" href="css/site.css"> </head> <body> <div class="fullpage"> |