1 <!DOCTYPE HTML> 2 <html i18n-values="dir:textdirection;"> 3 <head> 4 <meta charset="utf-8"> 5 <title i18n-content="webrtcLogsTitle"></title> 6 <link rel="stylesheet" href="webrtc_logs.css"> 7 <script src="chrome://resources/js/load_time_data.js"></script> 8 <script src="chrome://resources/js/util.js"></script> 9 <script src="chrome://webrtc-logs/strings.js"></script> 10 <script src="chrome://webrtc-logs/webrtc_logs.js"></script> 11 </head> 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 13 <header><h1 i18n-content="webrtcLogsTitle"></h1></header> 14 <h2 id="log-banner"></h2> 15 <div id="log-list"></div> 16 <p id="no-logs" i18n-content="noLogsMessage" hidden></p> 17 <script src="chrome://resources/js/i18n_template2.js"></script> 18 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 19 </body> 20 </html> 21