diff options
Diffstat (limited to 'i18n/e2e/runner.html')
| -rw-r--r-- | i18n/e2e/runner.html | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/i18n/e2e/runner.html b/i18n/e2e/runner.html new file mode 100644 index 00000000..56825b33 --- /dev/null +++ b/i18n/e2e/runner.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html xmlns:ng="http://angularjs.org" wiki:ng="http://angularjs.org"> +<head> +  <meta charset="utf-8"> +  <title><angular/> Docs Scenario Runner</title> +  <script type="text/javascript" src="../../build/angular-scenario.js" ng:autotest></script> +  <script type="text/javascript" src="i18n-e2e.js"></script> +</head> +<body> +</body> +</html> | 
