OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!doctype html> |
2 | 2 |
3 <html id="t"> | 3 <html id="t"> |
4 <head> | 4 <head> |
5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
6 <title>About Stats</title> | 6 <title>About Stats</title> |
7 <style> | 7 <style> |
8 body { | 8 body { |
9 border-top: 10px solid #3B85E3; | 9 border-top: 10px solid #3B85E3; |
10 color: #333; | 10 color: #333; |
11 font-family: Verdana, Helvetica, Arial, sans-serif; | 11 font-family: Verdana, Helvetica, Arial, sans-serif; |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 </tr> | 126 </tr> |
127 </tbody> | 127 </tbody> |
128 </table> | 128 </table> |
129 </td> | 129 </td> |
130 </tr> | 130 </tr> |
131 </tbody> | 131 </tbody> |
132 </table><br> | 132 </table><br> |
133 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 133 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
134 </body> | 134 </body> |
135 </html> | 135 </html> |
OLD | NEW |