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