diff options
Diffstat (limited to 'remoting/webapp/me2mom/client.html')
-rw-r--r-- | remoting/webapp/me2mom/client.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/remoting/webapp/me2mom/client.html b/remoting/webapp/me2mom/client.html new file mode 100644 index 0000000..065053e --- /dev/null +++ b/remoting/webapp/me2mom/client.html @@ -0,0 +1,15 @@ +<!-- +Copyright (c) 2011 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +--> + +<html> + <head> + <link rel="stylesheet" type="text/css" href="main.css" /> + <title>Select Role</title> + </head> + <body> + <p class="message">Client-mode selected.</p> + </body> +</html> |