Skip to content

Commit a8bc2c6

Browse files
committed
Redirect to AI in Education wiki (/aied)
0 parents  commit a8bc2c6

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>AI in Education Wiki</title>
7+
<meta name="description" content="Redirect to the AI in Education Wiki.">
8+
<meta http-equiv="refresh" content="0; url=/aied/">
9+
<link rel="canonical" href="https://edtechdev.github.io/aied/">
10+
<script>window.location.replace("/aied/");</script>
11+
<style>
12+
body { font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; background:#f7f7f7; color:#222; display:flex; align-items:center; justify-content:center; min-height:90vh; margin:0; }
13+
.box { text-align:center; padding:2rem; }
14+
a { color:#2f6f4f; }
15+
</style>
16+
</head>
17+
<body>
18+
<div class="box">
19+
<h1>AI in Education Wiki</h1>
20+
<p>Redirecting to the wiki…</p>
21+
<p>If you are not redirected automatically, visit <a href="/aied/">https://edtechdev.github.io/aied/</a>.</p>
22+
</div>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)