Closed helenzhou6 closed 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
<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 👍)
Thank you :+1:
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:(Fill in the '...' bits 👍)