Merge pull request #34 from tzilliox/master
Add slashes on the self closing <link> tags.
This commit is contained in:
commit
a06ce03310
10
index.html
10
index.html
@ -21,14 +21,14 @@
|
||||
|
||||
<!-- CSS
|
||||
================================================== -->
|
||||
<link rel="stylesheet" href="stylesheets/base.css">
|
||||
<link rel="stylesheet" href="stylesheets/skeleton.css">
|
||||
<link rel="stylesheet" href="stylesheets/layout.css">
|
||||
<link rel="stylesheet" href="stylesheets/base.css" />
|
||||
<link rel="stylesheet" href="stylesheets/skeleton.css" />
|
||||
<link rel="stylesheet" href="stylesheets/layout.css" />
|
||||
|
||||
<!-- Favicons
|
||||
================================================== -->
|
||||
<link rel="shortcut icon" href="images/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
||||
<link rel="shortcut icon" href="images/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user