Skip to content

Commit

Permalink
Attempting a redirect trick
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-shorthair committed Oct 18, 2024
1 parent 80006cf commit 403dcf7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ssn/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
permalink: /404.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="https://w3c.github.io/sdw-sosa-ssn/ssn/">
<meta http-equiv=refresh content="1; url=https://w3c.github.io/sdw-sosa-ssn/ssn/">
</head>
<body>
<h1>Redirecting...</h1>
<a href="https://w3c.github.io/sdw-sosa-ssn/ssn/">Click here if you are not redirected.</a>
<script>var n=location.href.replace("index.php?/", "");if (n!=location.href)location=n;</script>
</body>
</html>

0 comments on commit 403dcf7

Please sign in to comment.