Skip to content

Commit 4e8ca78

Browse files
committed
[web-animations] Update redirect
1 parent 2761d57 commit 4e8ca78

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

web-animations/index.html

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
<!DOCTYPE HTML>
1+
<!doctype html>
22
<html lang="en-US">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta http-equiv="refresh" content="1;url=http://w3c.github.io/web-animations/">
6-
<script type="text/javascript">
7-
var newUrl = "http://w3c.github.io/web-animations/";
8-
if (location.hash) {
9-
newUrl += location.hash;
10-
}
11-
window.location.href = newUrl;
12-
</script>
13-
<title>The Web Animations Editor's Draft has moved; redirecting&hellip;</title>
14-
</head>
15-
<body>
16-
If you are not redirected automatically, follow the <a href="http://w3c.github.io/web-animations/">link to the Web Animations specification</a>
17-
</body>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
http-equiv="refresh"
7+
content="1;url=https://drafts.csswg.org/web-animations-1/"
8+
/>
9+
<script type="text/javascript">
10+
var newUrl = "https://drafts.csswg.org/web-animations-1/";
11+
if (location.hash) {
12+
newUrl += location.hash;
13+
}
14+
window.location.href = newUrl;
15+
</script>
16+
<title>
17+
The Web Animations Editor's Draft has moved; redirecting&hellip;
18+
</title>
19+
</head>
20+
<body>
21+
If you are not redirected automatically, follow the
22+
<a href="https://drafts.csswg.org/web-animations-1/"
23+
>link to the Web Animations specification</a
24+
>
25+
</body>
1826
</html>

0 commit comments

Comments
 (0)