Skip to content

Commit

Permalink
Added text informing what's going on
Browse files Browse the repository at this point in the history
In case someone even sees it
  • Loading branch information
Guliveer committed Mar 21, 2024
1 parent e78fc65 commit b70cdf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
</head>

<body>
Redirecting…

<script>
document.location.href = "{{ page.target }}";
</script>

<noscript>
<p>If you are not redirected automatically, please click <a href="{{ page.target }}">here</a>.</p>
</noscript>
Expand Down

0 comments on commit b70cdf3

Please sign in to comment.