| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal
e=1,user-scalable=no"> | 10 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal
e=1,user-scalable=no"> |
| 11 <title>$1</title> | 11 <title>$1</title> |
| 12 <link rel="stylesheet" href="/$2"> | 12 <link rel="stylesheet" href="/$2"> |
| 13 <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet
' type='text/css'> | 13 <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet
' type='text/css'> |
| 14 </head> | 14 </head> |
| 15 <body class="$4"> | 15 <body dir="$9" class="$4"> |
| 16 <div id="mainContent"> | 16 <div id="mainContent"> |
| 17 <article> | 17 <article> |
| 18 <header> | 18 <header> |
| 19 <h1>$1</h1> | 19 <h1>$1</h1> |
| 20 </header> | 20 </header> |
| 21 <div id="content">$5</div> | 21 <div id="content">$5</div> |
| 22 </article> | 22 </article> |
| 23 </div> | 23 </div> |
| 24 <div id="loadingIndicator" class="$6"> | 24 <div id="loadingIndicator" class="$6"> |
| 25 <div id="loader"> | 25 <div id="loader"> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 </span> | 73 </span> |
| 74 </div> | 74 </div> |
| 75 </div> | 75 </div> |
| 76 </div> | 76 </div> |
| 77 <div id="showOriginal"> | 77 <div id="showOriginal"> |
| 78 <a href="$7">$8</a> | 78 <a href="$7">$8</a> |
| 79 </div> | 79 </div> |
| 80 </body> | 80 </body> |
| 81 <script src="/$3"></script> | 81 <script src="/$3"></script> |
| 82 </html> | 82 </html> |
| OLD | NEW |