Index: components/proximity_auth/webui/resources/proximity_auth.html |
diff --git a/components/proximity_auth/webui/resources/proximity_auth.html b/components/proximity_auth/webui/resources/proximity_auth.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ac4d8e2274eca12fa76c65bedd37ae9f5428698d |
--- /dev/null |
+++ b/components/proximity_auth/webui/resources/proximity_auth.html |
@@ -0,0 +1,23 @@ |
+<!DOCTYPE HTML> |
+<!-- |
+Copyright 2015 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> |
+ <meta charset="utf-8"> |
+ <title></title> |
+ <meta name="viewport" |
+ content="width=device-width, initial-scale=1"> |
+ <link rel="stylesheet" href="proximity_auth.css"> |
+ |
+ <script src="strings.js"></script> |
+</head> |
+<body> |
+ <canvas id='canvas'> </canvas> |
+ |
+ <script src="proximity_auth.js"></script> |
+</body> |
+</html> |