Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <!-- | |
| 3 Copyright 2014 The Chromium Authors. All rights reserved. | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 ound in the LICENSE file. | |
|
cjhopman
2014/01/28 02:56:56
s/ound/found/
nyquist
2014/01/28 18:16:12
Done.
| |
| 6 --> | |
| 7 <html> | |
| 8 <head> | |
| 9 <meta charset="utf-8"> | |
| 10 <title>$1</title> | |
| 11 </head> | |
| 12 <body> | |
| 13 <div id="mainContent"> | |
| 14 <div id="article"> | |
| 15 <article> | |
| 16 <header> | |
| 17 <h1>$2</h1> | |
| 18 </header> | |
| 19 <div id="content">$3</div> | |
| 20 </article> | |
| 21 </div> | |
| 22 </div> | |
| 23 </body> | |
| 24 </html> | |
| OLD | NEW |