There was an error while loading. Please reload this page.
1 parent bc3b58a commit 6293138Copy full SHA for 6293138
1 file changed
404.html
@@ -3,18 +3,10 @@
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
- })();
+ window.location.replace("https://sei.berkeley.edu/");
18
</script>
19
</head>
20
<body>
0 commit comments