| OLD | NEW | 
|    1 <html> |    1 <html> | 
|    2 <head> |    2 <head> | 
|    3 <title>Inspectable pages</title> |    3 <title>Inspectable pages</title> | 
|    4 <style> |    4 <style> | 
|    5 body { |    5 body { | 
|    6   background-color: rgb(245, 245, 245); |    6   background-color: rgb(245, 245, 245); | 
|    7   font-family: Helvetica, Arial, sans-serif; |    7   font-family: Helvetica, Arial, sans-serif; | 
|    8   text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px; |    8   text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px; | 
|    9 } |    9 } | 
|   10  |   10  | 
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  133 } |  133 } | 
|  134 </script> |  134 </script> | 
|  135 </head> |  135 </head> | 
|  136 <body onload='onLoad()'> |  136 <body onload='onLoad()'> | 
|  137   <div id='caption'>Inspectable pages</div> |  137   <div id='caption'>Inspectable pages</div> | 
|  138   <div id='items'> |  138   <div id='items'> | 
|  139   </div> |  139   </div> | 
|  140   <hr> |  140   <hr> | 
|  141 </body> |  141 </body> | 
|  142 </html> |  142 </html> | 
| OLD | NEW |