-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 962 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI in Education Wiki</title>
<meta name="description" content="Redirect to the AI in Education Wiki.">
<meta http-equiv="refresh" content="0; url=/aied/">
<link rel="canonical" href="https://edtechdev.github.io/aied/">
<script>window.location.replace("/aied/");</script>
<style>
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; }
.box { text-align:center; padding:2rem; }
a { color:#2f6f4f; }
</style>
</head>
<body>
<div class="box">
<h1>AI in Education Wiki</h1>
<p>Redirecting to the wiki…</p>
<p>If you are not redirected automatically, visit <a href="/aied/">https://edtechdev.github.io/aied/</a>.</p>
</div>
</body>
</html>