We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7191443 commit 2774240Copy full SHA for 2774240
404.html
@@ -11,7 +11,7 @@ <h1>Not Found</h1>
11
<script>
12
if (window.location.href.indexOf('/songs/') == -1) {
13
let url = window.location.href.replace('.io/','.io/songs/');
14
- document.write(`See if <a href="{url}">{url}</a> works.`)
+ document.write(`See if <a href="${url}">${url}</a> works.`)
15
}
16
</script>
17
</p>
0 commit comments