Index: native_client_sdk/src/examples/api/vpn_provider/index.html |
diff --git a/native_client_sdk/src/examples/api/vpn_provider/index.html b/native_client_sdk/src/examples/api/vpn_provider/index.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c8fbb9f5a184c6551b99f74877029045122a424f |
--- /dev/null |
+++ b/native_client_sdk/src/examples/api/vpn_provider/index.html |
@@ -0,0 +1,22 @@ |
+<!DOCTYPE html> |
+<html> |
+ <!-- |
+ Copyright 2016 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. |
+ --> |
+<head> |
+ <meta http-equiv="Pragma" content="no-cache"> |
+ <meta http-equiv="Expires" content="-1"> |
+ <title>{{title}}</title> |
+ <script type="text/javascript" src="common.js"></script> |
+ <script type="text/javascript" src="example.js"></script> |
+</head> |
+ |
+<body {{attrs}}> |
+ <h1>{{title}}</h1> |
+ <h2>Status: <code id="statusField">NO-STATUS</code></h2> |
binji
2016/07/18 18:46:28
We usually try to have a brief description of what
adrian.belgun
2016/07/19 13:57:22
Done.
|
+ <div id="listener"></div> |
+ <div id="log" style="height: 400px; overflow-y: scroll;"></div> |
+</body> |
+</html> |