We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4cc19 commit 4bef357Copy full SHA for 4bef357
src/pages/m5lurner.html
@@ -0,0 +1,15 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta http-equiv="refresh" content="0; url=catalog.html" />
6
+ <link rel="canonical" href="catalog.html" />
7
+ <title>Redirecting to Catalog</title>
8
+ <script>
9
+ window.location.replace('catalog.html');
10
+ </script>
11
+ </head>
12
+ <body>
13
+ <p>Redirecting to <a href="catalog.html">Launcher Firmware Catalog</a>…</p>
14
+ </body>
15
+</html>
0 commit comments