fixed unclosed tag
parent
efd3fe17f0
commit
99d2b0b58e
|
@ -7,10 +7,10 @@
|
|||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="stylesheets/sanitize.css"/>
|
||||
<link rel="stylesheet" href="stylesheets/style.css"/>
|
||||
<link rel="stylesheet" media="only screen and (max-width: 500px)" href="stylesheets/small.css"/>
|
||||
<link rel="stylesheet" media="only screen and (max-height: 640px)" href="stylesheets/small-height.css"
|
||||
<link rel="stylesheet" href="stylesheets/sanitize.css" />
|
||||
<link rel="stylesheet" href="stylesheets/style.css" />
|
||||
<link rel="stylesheet" media="only screen and (max-width: 500px)" href="stylesheets/small.css" />
|
||||
<link rel="stylesheet" media="only screen and (max-height: 640px)" href="stylesheets/small-height.css" />
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">
|
||||
|
|
Loading…
Reference in New Issue