Index: chrome/test/remoting/http_server/clientpage.html |
diff --git a/chrome/test/remoting/http_server/clientpage.html b/chrome/test/remoting/http_server/clientpage.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6d9883172cc3234f807e4352013a25aadbce5ed1 |
--- /dev/null |
+++ b/chrome/test/remoting/http_server/clientpage.html |
@@ -0,0 +1,8 @@ |
+<html> |
Jamie
2014/03/04 21:40:35
Please add a standard HTML header, including copyr
chaitali
2014/03/05 22:02:22
Done.
|
+<head> |
Jamie
2014/03/04 21:40:35
Nit: 2-space indentation for <head> and <body> rel
chaitali
2014/03/05 22:02:22
Done.
|
+ <title>Client Page</title> |
+ <script src="/static/clientpage.js"></script> |
Jamie
2014/03/04 21:40:35
Assuming the scripts are going to be collocated wi
chaitali
2014/03/05 22:02:22
Done.
|
+</head> |
+<body> |
+</body> |
+</html> |