diff --git a/Resources/Guide/img/icon.ico b/Resources/Guide/img/icon.ico new file mode 100644 index 00000000..fb03932e Binary files /dev/null and b/Resources/Guide/img/icon.ico differ diff --git a/Resources/Guide/index.html b/Resources/Guide/index.html index 66a0e02d..87dd3795 100644 --- a/Resources/Guide/index.html +++ b/Resources/Guide/index.html @@ -1,9 +1,17 @@ <!DOCTYPE html> <html> <head> - <title>TweetDuck Guide</title> + <title>TweetDuck - Guide</title> + <meta charset="utf-8"> + <meta name="robots" content="index,follow"> + <meta name="author" content="chylex"> + <meta name="description" content="TweetDuck guide"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link rel="icon" href="img/icon.ico"> <link rel="stylesheet" href="style.css" type="text/css"> + <script type="text/javascript" src="script.js"></script> </head> <body>