diff options
Diffstat (limited to '')
-rw-r--r-- | inc/classic-contents.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/inc/classic-contents.html b/inc/classic-contents.html index 52ab8c6..c3b70cd 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -21,9 +21,13 @@ <!-- HEADER --> <html> <head> - <title>Joe's own website -</title> - <link rel="stylesheet" type="text/css" href="css/site.css"> + <title>Joe's</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"> @@ -34,10 +38,14 @@ <!-- BLOAT HEAD --> <html> <head> - <title>Joe's own website -</title> + <title>Joe's</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" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/site.css"> - <meta charset="UTF-8"> </head> <body> <div class="fullpage"> |