fac-13 / jikt-todo

To do list by Jenath, Ivana, Katia, Tom
https://fac-13.github.io/jikt-todo/
2 stars 1 forks source link

HTML head tag should include some more meta tags #59

Closed helenzhou6 closed 6 years ago

helenzhou6 commented 6 years ago

https://github.com/fac-13/jikt-todo/blob/194b927e2862b7bfbc5cc1a590fa0577e320d840/index.html#L3-L7

Could I suggest adding a few more meta tags to your HTML head:

  <meta charset="UTF-8" />
  <meta name="description" content="..." />
  <meta name="keywords" content="..." />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="author" content="..." />

(Fill in the '...' bits 👍)

jenath commented 6 years ago

Thank you :+1: