File tree 3 files changed +31
-0
lines changed
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ publish-docs:
6
6
git add -f docs/
7
7
git add -f guides/
8
8
git add -f site/
9
+ git add -f examples/
9
10
git add -f index.html
10
11
git add -f CNAME
11
12
git commit -m " Publish docs"
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > </ title >
6
+ < script type ="text/javascript ">
7
+ window . location = "/site/examples/todo/index.html" ;
8
+ </ script >
9
+ </ head >
10
+
11
+ < body >
12
+ < p > This page has moved to /site/examples/todo/index.html</ p >
13
+ </ body >
14
+
15
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > </ title >
6
+ < script type ="text/javascript ">
7
+ window . location = "/site/examples/todo_qunit.html" ;
8
+ </ script >
9
+ </ head >
10
+
11
+ < body >
12
+ < p > This page has moved to /site/examples/todo_qunit.html</ p >
13
+ </ body >
14
+
15
+ </ html >
You can’t perform that action at this time.
0 commit comments