Redirect from phil-opp.github.io/blog_os

This commit is contained in:
Philipp Oppermann
2016-02-02 21:03:37 +01:00
parent e431e59d78
commit 21f862b325

View File

@@ -25,4 +25,11 @@
<!-- JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
<!-- redirect from phil-opp.github.io/blog_os -->
<script type="text/javascript">
if (window.location.hostname == "phil-opp.github.io") {
window.location.href = "http://os.phil-opp.com/";
}
</script>
</head>