Skip to content

Commit

Permalink
Fixing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemillar committed Aug 21, 2024
1 parent 098a639 commit 7363491
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions music/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
<meta charset="utf-8" />
<title>Barkeley</title>

<script
data-goatcounter="https://jessemillar.goatcounter.com/count"
src="//gc.zgo.at/count.js"
></script>
<script data-goatcounter="https://jessemillar.goatcounter.com/count" src="//gc.zgo.at/count.js"></script>
</head>
<body>
<noscript>
If you are not redirected automatically, <a href="https://barkeley.compycore.com">click here</a>.
</noscript>
<noscript> If you are not redirected automatically, <a href="https://records.compycore.com/#barkeley">click here</a>. </noscript>

<script>
window.onload = function () {
window.location.href = "https://barkeley.compycore.com";
window.location.href = "https://records.compycore.com/#barkeley";
};
</script>
</body>
Expand Down

0 comments on commit 7363491

Please sign in to comment.