Index: lib/src/runner/browser/static/index.html |
diff --git a/lib/src/runner/browser/static/index.html b/lib/src/runner/browser/static/index.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..483c59eb9a1d0cebc2ffb73596b5252793265bb1 |
--- /dev/null |
+++ b/lib/src/runner/browser/static/index.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title>unittest Browser Host</title> |
+ <script src="host.dart.js"></script> |
+</head> |
+<!-- TODO(nweiz): add something pleasant to look at on this page to entertain |
+ people during long-running tests. --> |
Bob Nystrom
2015/03/02 20:31:31
I implemented Pong on the splash screen of an app
nweiz
2015/03/02 22:39:42
👍
|
+</html> |