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> | |
4 <head> | 3 <head> |
5 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
6 | 5 |
| 6 <link rel="import" href="chrome://resources/html/cr.html"> |
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
8 <link rel="import" href="chrome://resources/html/load_time_data.html"> | 8 <link rel="import" href="chrome://resources/html/load_time_data.html"> |
9 <script src="strings.js"></script> | 9 <link rel="import" href="chrome://resources/html/util.html"> |
| 10 <script src="chrome://feedback/strings.js"></script> |
| 11 <script src="chrome://feedback/feedback.js"></script> |
10 <link rel="import" href="feedback_container.html"> | 12 <link rel="import" href="feedback_container.html"> |
11 </head> | 13 </head> |
12 <body> | 14 <body> |
13 <feedback-container></feedback-container> | 15 <feedback-container id="container"></feedback-container> |
14 </body> | 16 </body> |
15 </html> | 17 </html> |
OLD | NEW |