Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <!-- | |
| 3 Copyright 2015 The Chromium Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
| 6 --> | |
| 7 | |
| 8 <html> | |
| 9 <head> | |
| 10 <meta charset="utf-8"> | |
| 11 <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
| |
| 12 <meta name="viewport" | |
| 13 content="width=device-width, initial-scale=1"> | |
| 14 <link rel="stylesheet" href="proximity_auth.css"> | |
| 15 | |
| 16 <script src="strings.js"></script> | |
| 17 </head> | |
| 18 <body> | |
| 19 <canvas id='canvas'> </canvas> | |
| 20 | |
| 21 <script src="proximity_auth.js"></script> | |
| 22 </body> | |
| 23 </html> | |
| OLD | NEW |