Double quotes in html tags. No link self-end tags.
This commit is contained in:
@@ -21,16 +21,16 @@
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
<!-- RSS Feed -->
|
||||
<link href='/feed.xml' rel='alternate' type='application/atom+xml'>
|
||||
<link href="/feed.xml" rel="alternate" type="application/atom+xml">
|
||||
|
||||
<!-- Web Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200' rel='stylesheet' type='text/css'>
|
||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italics,300,300italics,200" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Icon Fonts -->
|
||||
<link rel="stylesheet" href="/css/ionicons.min.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/js/AnimationFrame.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user