OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright 2016 The Chromium Authors. All rights reserved. | 3 Copyright 2016 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>Phone Test</title> | 9 <title>Name Test</title> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal
e=1"> | 11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal
e=1"> |
12 <link rel="stylesheet" type="text/css" href="style.css"> | 12 <link rel="stylesheet" type="text/css" href="style.css"> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <button onclick="buy()" id="buy">Phone Test</button> | 15 <button onclick="buy()" id="buy">Name Test</button> |
16 <pre id="result"></pre> | 16 <pre id="result"></pre> |
17 <script src="util.js"></script> | 17 <script src="util.js"></script> |
18 <script src="phone.js"></script> | 18 <script src="name.js"></script> |
19 </body> | 19 </body> |
20 </html> | 20 </html> |
OLD | NEW |