OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <title i18n-content="title"> | 4 <title i18n-content="title"> |
5 </title> | 5 </title> |
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
7 <style> | 7 <style> |
8 html { | 8 html { |
9 height: 100%; | 9 height: 100%; |
10 } | 10 } |
11 body { | 11 body { |
12 -webkit-user-select: none; | 12 -webkit-user-select: none; |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 window.setTimeout(showPage, showDelayTime); | 49 window.setTimeout(showPage, showDelayTime); |
50 window.setTimeout(forceLoad, totalWaitTime); | 50 window.setTimeout(forceLoad, totalWaitTime); |
51 }); | 51 }); |
52 </script> | 52 </script> |
53 | 53 |
54 <body oncontextmenu="return false;"> | 54 <body oncontextmenu="return false;"> |
55 <div class="header" i18n-content="heading" id="mgs"> | 55 <div class="header" i18n-content="heading" id="mgs"> |
56 </div> | 56 </div> |
57 </body> | 57 </body> |
58 </html> | 58 </html> |
OLD | NEW |