Double quotes in html tags. No link self-end tags.

This commit is contained in:
Tyler Hallada
2016-04-22 18:46:36 -04:00
parent 55bdede69b
commit 89b95fd2cb
4 changed files with 10 additions and 10 deletions

View File

@@ -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>