Got rid of comments in minimal section

This commit is contained in:
Joshua Hess 2016-05-31 15:26:56 -04:00
parent 8c8c61752f
commit 912013cd84
1 changed files with 0 additions and 7 deletions

View File

@ -7,16 +7,9 @@ A collection of HTML head elements.
Below are the essential tags for basic, minimalist websites:
```html
<!-- Use most common unicode format -->
<meta charset="utf-8">
<!-- Displays in highest standard accepted by internet explorer -->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Makes the screen fit on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Document Title -->
<title>Page Title</title>
```