Chromium Code Reviews| 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..aabebd028616b01622ac87ba85cda61a4be136fc |
| --- /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 i18n-content="proximityAuthTitle"></title> |
|
xiyuan
2015/04/15 17:10:47
This probably does not work as additional work is
Tim Song
2015/04/15 19:42:07
I removed this string for now. I'll add the locali
|
| + <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> |