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. | |
| 6 +--> | |
|
Nico
2014/01/15 05:31:48
why the "+"? :-)
nyquist
2014/01/15 22:21:43
It looks pretty, don't you think? It kind of gives
| |
| 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 |