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