Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Add GH page for redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jleifeld committed Mar 28, 2024
1 parent 3603291 commit d5a608d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions gh-page/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=https://developer.shopware.com/resources/admin-extension-sdk/">

<title>Redirect to https://developer.shopware.com/resources/admin-extension-sdk/</title>
</head>
<body>
<h1>Current URL is not available anymore</h1>
<p>
Use <a href="https://developer.shopware.com/resources/admin-extension-sdk/">https://developer.shopware.com/resources/admin-extension-sdk/</a> instead.
</p>

<script>
window.location.replace('https://developer.shopware.com/resources/admin-extension-sdk/');
</script>
</body>
</html>

0 comments on commit d5a608d

Please sign in to comment.