mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Redirect from phil-opp.github.io/blog_os
This commit is contained in:
@@ -25,4 +25,11 @@
|
|||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
|
<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>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user