Skip to content

Commit 939d940

Browse files
authored
Merge pull request #46 from namiba-work/main
Adding in redirect logic for github.io
2 parents 20258aa + 3bf747e commit 939d940

File tree

9 files changed

+90
-0
lines changed

9 files changed

+90
-0
lines changed

gh-public/404.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
We couldn't find this page. Redirecting you to <a href="https://opendevicepartnership.com/">https://opendevicepartnership.com/</a>
9+
</body>
10+
</html>

gh-public/boot-firmware/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/boot-firmware">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/boot-firmware">https://opendevicepartnership.com/boot-firmware</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>

gh-public/community/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/community">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/community">https://opendevicepartnership.com/community</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/embedded-controller">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/embedded-controller">https://opendevicepartnership.com/embedded-controller</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/getting-started">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/getting-started">https://opendevicepartnership.com/getting-started</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>

gh-public/home/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/home">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/home">https://opendevicepartnership.com/home</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>

gh-public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/">https://opendevicepartnership.com/</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>

gh-public/projects/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/projects">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/projects">https://opendevicepartnership.com/projects</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://opendevicepartnership.com/windows-ec-services">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
This page has moved to <a href="https://opendevicepartnership.com/windows-ec-services">https://opendevicepartnership.com/windows-ec-services</a>. You will be automatically redirected.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)