Skip to content

Commit 6293138

Browse files
authored
Update 404.html
1 parent bc3b58a commit 6293138

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

404.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta http-equiv="refresh" content="0; url=https://sei.berkeley.edu/" />
6-
<link rel="canonical" href="https://sei.berkeley.edu/" />
76
<meta name="robots" content="noindex" />
87
<title>SEI has moved</title>
98
<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-
})();
9+
window.location.replace("https://sei.berkeley.edu/");
1810
</script>
1911
</head>
2012
<body>

0 commit comments

Comments
 (0)