OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>Safe Browsing</title> | 5 <title>Safe Browsing</title> |
6 <link rel="stylesheet" href="safe_browsing.css"> | 6 <link rel="stylesheet" href="safe_browsing.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
8 <script src="chrome://resources/js/cr.js"></script> | 8 <script src="chrome://resources/js/cr.js"></script> |
9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
10 <script src="chrome://resources/js/util.js"></script> | 10 <script src="chrome://resources/js/util.js"></script> |
11 <script src="safe_browsing.js"></script> | |
12 </head> | 11 </head> |
13 <body> | 12 <body> |
14 <div id="header"> | 13 <h1>Safe Browsing</h1> |
15 <h1 id="sbTitle">Safe Browsing</h1> | |
16 </div> | |
17 <p>$i18n{sbUnderConstruction}</p> | 14 <p>$i18n{sbUnderConstruction}</p> |
18 <h2>Experiments</h2> | |
19 <div class="experiments"> | |
20 <p id="experimentsList"></p> | |
21 </div> | |
22 <script src="chrome://resources/js/i18n_template.js"></script> | 15 <script src="chrome://resources/js/i18n_template.js"></script> |
23 </body> | 16 </body> |
24 </html> | 17 </html> |
OLD | NEW |