fac-13 / HyGiJeJe

Web app with 2 api's
1 stars 0 forks source link

Lang meta tag missing #28

Closed i2xzy closed 6 years ago

helenzhou6 commented 6 years ago

Relate #27 General point to improve the head to something like this:

<head>
  <title>...</title>
  <link rel="stylesheet" href="./style.css">
  <meta charset="UTF-8" />
  <meta name="description" content="FAC third week project" />
  <meta name="keywords" content="..." />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="author" content="..." />
</head>

(Fill in the '...'s) I like how you guys have used aria-label in your HTML though!

jenath commented 6 years ago

Thank you, we have added the tags.