OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> | 2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
6 | 6 |
| 7 <link rel="import" href="chrome://resources/html/cr.html"> |
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
8 <link rel="import" href="chrome://resources/html/load_time_data.html"> | 9 <link rel="import" href="chrome://resources/html/load_time_data.html"> |
9 <script src="strings.js"></script> | 10 <link rel="import" href="chrome://resources/html/util.html"> |
| 11 <script src="chrome://feedback/strings.js"></script> |
| 12 <script src="chrome://feedback/feedback.js"></script> |
10 <link rel="import" href="feedback_container.html"> | 13 <link rel="import" href="feedback_container.html"> |
11 </head> | 14 </head> |
12 <body> | 15 <body> |
13 <feedback-container></feedback-container> | 16 <feedback-container id="container"></feedback-container> |
14 </body> | 17 </body> |
15 </html> | 18 </html> |
OLD | NEW |