Skip to content

Commit 4bef357

Browse files
authored
Add redirect page to Launcher Firmware Catalog
1 parent 2a4cc19 commit 4bef357

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/pages/m5lurner.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)