Skip to content

Commit bc3b58a

Browse files
authored
Create 404.html
1 parent c06b09d commit bc3b58a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

‎404.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 http-equiv="refresh" content="0; url=https://sei.berkeley.edu/" />
6+
<link rel="canonical" href="https://sei.berkeley.edu/" />
7+
<meta name="robots" content="noindex" />
8+
<title>SEI has moved</title>
9+
<script>
10+
(function () {
11+
var target =
12+
"https://sei.berkeley.edu" +
13+
window.location.pathname +
14+
window.location.search +
15+
window.location.hash;
16+
window.location.replace(target);
17+
})();
18+
</script>
19+
</head>
20+
<body>
21+
The Script Encoding Initiative website has moved to
22+
<a href="https://sei.berkeley.edu/">sei.berkeley.edu</a>.
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)