Skip to content

Commit

Permalink
Merge pull request #6 from BrunoKinoshita/master
Browse files Browse the repository at this point in the history
2.5. HTML Performance #1
  • Loading branch information
felipefialho committed Jul 7, 2015
2 parents e0f657e + e7830c6 commit 2fa251a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ No need to specify a type when including CSS and JavaScript files as `text/css`
<script src="scripts.min.js"></script>

<!-- Bad -->
<script src="scripts.min.js"></script>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<script src="scripts.min.js" type="text/javascript"></script>
</head>
<body>
```
Expand Down

0 comments on commit 2fa251a

Please sign in to comment.