add reference to <noscript>

it's a valid element that can go into the ```<head>``` and no-js users are not a myth :)
This commit is contained in:
Scott O'Hara 2016-07-01 07:08:04 -04:00 committed by GitHub
parent e8f780b482
commit b9d8217109
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ Below are the essential tags for basic, minimalist websites:
<!-- JavaScript -->
<script src="script.js"></script>
<noscript><!--no JS alternative--></noscript>
```
## Meta