OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
michaelpg
2015/02/18 00:17:18
nit: since this is case-insensitive and we use low
Jeremy Klein
2015/02/18 01:10:50
Done.
| |
2 <html> | |
3 <head> | |
4 <link href="cr_input.html" rel="import"> | |
5 </head> | |
6 <body unresolved> | |
7 <cr-input value="Blah"></cr-input> | |
8 </body> | |
9 </html> | |
OLD | NEW |