OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <!-- | |
4 | |
5 Copyright (c) 2014 The Chromium Authors. All rights reserved. | |
Paweł Hajdan Jr.
2015/01/29 13:01:19
nit: 2015
hcarmona
2015/01/30 22:19:47
Done.
| |
6 Use of this source code is governed by a BSD-style license that can be | |
7 found in the LICENSE file. | |
8 | |
9 --> | |
10 <body> | |
11 <input type="button" id="button" value="Big Friendly Button"> | |
12 <input type="search" id="search" placeholder="Search Field"> | |
13 </body> | |
14 </html> | |
OLD | NEW |