Double quotes in html tags. No link self-end tags.
This commit is contained in:
parent
55bdede69b
commit
89b95fd2cb
@ -21,13 +21,13 @@
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
<!-- Web Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
|
||||
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- RSS Feed -->
|
||||
<link href='/feed.xml' rel='alternate' type='application/atom+xml'>
|
||||
<link href="/feed.xml" rel="alternate" type="application/atom+xml">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
|
@ -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>
|
||||
|
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="1;url=http://laundry.hallada.net">
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<link rel="canonical" href="http://laundry.hallada.net"/>
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="canonical" href="http://laundry.hallada.net">
|
||||
<script type="text/javascript">
|
||||
window.location.href = "http://laundry.hallada.net"
|
||||
</script>
|
||||
|
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="1;url=/resume.pdf">
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<link rel="canonical" href="/resume.pdf"/>
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="canonical" href="/resume.pdf">
|
||||
<script type="text/javascript">
|
||||
window.location.href = "/resume.pdf"
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user