File tree Expand file tree Collapse file tree 1 file changed +24
-16
lines changed
Expand file tree Collapse file tree 1 file changed +24
-16
lines changed Original file line number Diff line number Diff line change 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…</ 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…
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 >
You can’t perform that action at this time.
0 commit comments